Profile | R Documentation |
Class to represent JSON Schema profile from Profiles Registry.
# Profile.load(profile)
profile |
string profile name in registry or URL to JSON Schema |
R6Class
object.
Object of R6Class
.
Profile$new(descriptor = descriptor)
Use Profile.load
to instantiate Profile
class.
validate(descriptor)
Validate a tabular data package descriptor against the Profile
.
descriptor
Retrieved and dereferenced tabular data package descriptor.
(Object)
Returns TRUE
if descriptor is valid or FALSE
with error message.
name
Returns profile name if available.
jsonschema
Returns profile JSON Schema contents.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.