path_check {bp} | R Documentation |
path
ArgumentCompatibility Check for path
Argument
path_check(path)
path |
A user-supplied string corresponding to the path location where the export is to be saved |
A formatted string corresponding to the proper binding of
directory and base naming conventions. If user's path is invalid,
path_check
will throw an error.
## Not run:
path = "~dir/abpm/"
path_check(path) # drops the trailing slash
## End(Not run)