| Environment | R Documentation |
Environment
Environment
An R6 class that represents a Content's Environment Variables
connectapi::Content -> Environment
env_rawThe (raw) set of environment variables.
env_varsThe set of environment variables.
connectapi::Content$bundle_delete()connectapi::Content$bundle_download()connectapi::Content$danger_delete()connectapi::Content$deploy()connectapi::Content$get_bundles()connectapi::Content$get_content_remote()connectapi::Content$get_dashboard_url()connectapi::Content$get_url()connectapi::Content$job()connectapi::Content$jobs()connectapi::Content$packages()connectapi::Content$permissions()connectapi::Content$permissions_add()connectapi::Content$permissions_delete()connectapi::Content$permissions_update()connectapi::Content$register_job_kill_order()connectapi::Content$repo_enable()connectapi::Content$repo_set()connectapi::Content$repository()connectapi::Content$tag_delete()connectapi::Content$tag_set()connectapi::Content$tags()connectapi::Content$update()connectapi::Content$variants()new()Initialize this set of environment variables.
Environment$new(connect, content)
connectThe Connect instance.
contentThe Content instance.
environment()Fetch the set of environment variables.
Environment$environment()
environment_set()Update the set of environment variables.
Environment$environment_set(...)
...Environment variable names and values.
environment_all()Overwrite the set of environment variables.
Environment$environment_all(...)
...Environment variable names and values.
env_refresh()Fetch the set o environment variables.
Environment$env_refresh()
print()Print this object.
Environment$print(...)
...Unused.
clone()The objects of this class are cloneable with this method.
Environment$clone(deep = FALSE)
deepWhether to make a deep clone.
Other R6 classes:
Bundle,
Content,
ContentTask,
PositConnect,
Task,
Vanity,
Variant,
VariantSchedule,
VariantTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.