Description Usage Arguments Details Value
Look in a subdirectory and find files containing the raw data.
1 | locate_data_files(path, full.names = TRUE)
|
path |
Path to data files. |
full.names |
If ‘TRUE’, the directory path is prepended to the file names to give a relative file path. If ‘FALSE’, the file names (rather than paths) are returned. |
Looks for files matching the regular expression
^[Pp][1-4]\.[Cc][Ss][Vv]$
and performs basic
error-checking.
A character vector with the paths to the files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.