Environment | R Documentation |
Environment
Environment
An R6 class that represents a Content's Environment Variables
connectapi::Content
-> Environment
env_raw
The (raw) set of environment variables.
env_vars
The 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_connect()
connectapi::Content$get_content()
connectapi::Content$get_content_remote()
connectapi::Content$get_dashboard_url()
connectapi::Content$get_url()
connectapi::Content$internal_content()
connectapi::Content$job()
connectapi::Content$jobs()
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$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)
connect
The Connect
instance.
content
The 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)
deep
Whether 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.