| Profile {tableschema.r} | R Documentation |
Profile class
Description
Class to represent JSON Schema profile from Profiles Registry.
Usage
# Profile.load(profile)
Arguments
profile |
string profile name in registry or URL to JSON Schema |
Format
R6Class object.
Value
Object of R6Class .
Methods
Profile$new(descriptor = descriptor)-
Use
Profile.loadto instantiateProfileclass. validate(descriptor)-
Validate a tabular data package descriptor against the
Profile.
descriptorRetrieved and dereferenced tabular data package descriptor.(Object)ReturnsTRUEif descriptor is valid orFALSEwith error message.
Properties
nameReturns profile name if available.
jsonschemaReturns profile JSON Schema contents.
See Also
[Package tableschema.r version 1.1.2 Index]