read_package | R Documentation |
datapackage.json
)Reads information from a datapackage.json
file, i.e. the descriptor file that
describes the Data Package metadata and its Data Resources.
read_package(file = "datapackage.json")
file |
Path or URL to a |
See vignette("data-package")
to learn how this function implements the
Data Package standard.
A Data Package object, see create_package()
.
Other read functions:
read_resource()
,
resources()
# Read a datapackage.json file
package <- read_package(
system.file("extdata", "v1", "datapackage.json", package = "frictionless")
)
package
# Access the Data Package properties
package$name
package$created
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.