validate_file_paths {dataspice} | R Documentation |
Validate file paths
Description
Helper function to return a set of file paths for use in other functions
Usage
validate_file_paths(data_path = "data", ...)
Arguments
data_path |
character vector of either:
|
... |
parameters passed to |
Value
One or more data file paths
Examples
## Not run:
# Assuming some data files in "./data"
my_files <- validate_file_paths()
# If your data files are in `another_folder`
my_files <- validate_file_paths("another_folder")
## End(Not run)
[Package dataspice version 1.1.0 Index]