Description Usage Arguments Value Examples
Not meant to be called directly
1 |
path |
path to file or directory |
expanded system path
1 2 3 4 | if (.Platform$OS.type == "unix" & file.exists("~/bin")) {
# will return /full/path/to/home/bin, or error if path doesn't exist
.check_valid_command_path("~/bin")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.