A standalone function to infer a data package descriptor.
infer(pattern = NULL, basePath = NULL)
Arguments
pattern |
string with file pattern |
basePath |
base path for all relative paths |
Value
Data Package Descriptor
Examples
if (FALSE) {
descriptor = infer("csv",basePath = '.')
descriptor
}