Returns a single content item based on guid

content_item(connect, guid)

Arguments

connect

A Connect object

guid

The GUID for the content item to be retrieved

Value

A Content object for use with other content endpoints

Examples

if (FALSE) { # \dontrun{
connect() %>%
  content_item("some-guid") %>%
  content_update_access_type("all")
} # }