# Read a datapackage.json file
package <- read_package(
system.file("extdata", "datapackage.json", package = "frictionless")
)
package
# Access the Data Package properties
package$name
package$created
Run the code above in your browser using DataLab