Manage Environment Variables for a piece of content.
Usage
get_environment(content)
set_environment_new(env, ...)
set_environment_remove(env, ...)
set_environment_all(env, ...)Arguments
- content
An R6 Content object as returned by
content_item()- env
An R6 Environment object as returned by
get_environment()- ...
name = value pairs of environment variable names and values
Details
get_environment() returns an Environment object for use with "setter" methods
set_environment_new() updates environment values (either creating new
values or updating existing). Set NA as the value to remove a variable.
set_environment_remove() is a wrapper on set_environment_new() that
allows removing named / listed variables quickly
set_environment_all() sets all environment variable values (will remove
variables not specified)
See also
Other content functions:
content_delete(),
content_item(),
content_title(),
content_update(),
create_random_name(),
dashboard_url(),
delete_thumbnail(),
delete_vanity_url(),
deploy_repo(),
get_bundles(),
get_image(),
get_job(),
get_jobs(),
get_log(),
get_thumbnail(),
get_vanity_url(),
git,
has_thumbnail(),
permissions,
set_image_path(),
set_run_as(),
set_thumbnail(),
set_vanity_url(),
swap_vanity_url(),
swap_vanity_urls(),
terminate_jobs(),
verify_content_name()