Learn R Programming

connectapi (version 0.1.3.1)

content_item: Get Content Item

Description

Returns a single content item based on guid

Usage

content_item(connect, guid)

Value

A Content object for use with other content endpoints

Arguments

connect

A Connect object

guid

The GUID for the content item to be retrieved

See Also

Other content functions: acl_add_user(), content_delete(), content_title(), content_update(), create_random_name(), dashboard_url_chr(), dashboard_url(), delete_vanity_url(), deploy_repo(), get_acl_user(), get_bundles(), get_environment(), get_image(), get_jobs(), get_vanity_url(), git, permissions, set_image_path(), set_run_as(), set_vanity_url(), swap_vanity_url(), verify_content_name()

Examples

Run this code
if (FALSE) {
  connect() %>%
    content_item("some-guid") %>%
    content_update_access_type("all")
}

Run the code above in your browser using DataLab