add_path | R Documentation |
This function takes a path as input and adds it to the current PATH environment variable.
add_path(new_path)
new_path |
The path that you want to add to the PATH. |
A character string of the new PATH environment variable.
add_path("/usr/local/bin")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.