powered by
Not meant to be called directly
.check_valid_command_path(path)
path to file or directory
expanded system path
# NOT RUN { 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") } # }
Run the code above in your browser using DataLab