Description Usage Arguments References See Also Examples
The metadata for a data resource. See set_resource and get_resource to set and get resource metadata to and from an object.
| 1 2 3 4 | 
| name | (character) Resource name. | 
| path | (character) URLs or paths relative to the data package directory (see data-resource/path-data-in-files). | 
| profile | (character) Custom resource profile (see https://specs.frictionlessdata.io/profiles/). | 
| title | (character) Human-readable title. | 
| description | (character) Human-readable description. | 
| format | (character) Output format (e.g. "csv", "json"). | 
| mediatype | (character) Mediatype/mimetype of the output (e.g. "text/csv", "application/json"). | 
| encoding | (character) Character encoding of the output (see http://www.iana.org/assignments/character-sets/character-sets.xhtml). | 
| schema | (named list) See  | 
| bytes | (integer) Size of the output file in bytes. | 
| hash | (character) MD5 hash of the output file. | 
| sources | (list) See  | 
| licenses | (list) See  | 
| ... | (name = value) Additional properties. | 
https://specs.frictionlessdata.io/data-resource/
Other meta objects: constraints,
contributor, field,
foreignKey, package,
schema, source
Other resource functions: get_package,
get_resource, set_resources,
set_resource
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.