powered by
A standalone function to validate a data package descriptor.
validate(descriptor)
data package descriptor, one of:
string with the local CSV file (path)
string with the remote CSV file (url)
list object
A list with:
valid TRUE if valid
valid
TRUE
errors a list with errors if valid FALSE
errors
FALSE
https://github.com/frictionlessdata/datapackage-r#validate
# NOT RUN { validate(descriptor = '{"name": "Invalid Datapackage"}') # }
Run the code above in your browser using DataLab