parse_path {radiant.data} | R Documentation |
Parse file path into useful components
Description
Parse file path into useful components
Usage
parse_path(path, chr = "", pdir = getwd(), mess = TRUE)
Arguments
path |
Path to be parsed |
chr |
Character to wrap around path for display |
pdir |
Project directory if available |
mess |
Print messages if Dropbox or Google Drive not found |
Details
Parse file path into useful components (i.e., file name, file extension, relative path, etc.)
Examples
list.files(".", full.names = TRUE)[1] %>% parse_path()
[Package radiant.data version 1.6.6 Index]