| .check_valid_command_path | R Documentation |
Not meant to be called directly
.check_valid_command_path(path)
path |
path to file or directory |
expanded system path
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")
}