Description Usage Arguments Value Author(s) See Also Examples
Defines the basic environment settings depending on the actual system environment.
1 2 | alternativeEnvi(root_folder = tempdir(), alt_env_id = NULL,
alt_env_value = NULL, alt_env_root_folder = NULL)
|
root_folder |
root directory of the project. |
alt_env_id |
alternative system environment attribute used to
check for setting an alternative |
alt_env_value |
value of the attribute for which the alternative root directory of the project should be set. |
alt_env_root_folder |
alternative root directory. |
Root folder name.
Christoph Reudenbach, Thomas Nauss
1 2 3 4 5 | ## Not run:
alternativeEnvi(root_folder = tempdir(), alt_env_id = "COMPUTERNAME",
alt_env_value = "PCRZP", alt_env_root_folder = "D:\\BEN\\edu")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.