Learn R Programming

opendatatoronto (version 0.1.5)

show_package: Show a package's metadata

Description

Show a portal package's metadata.

Usage

show_package(package)

Value

A tibble including title, id, topics, civic_issues, excerpt, publisher, dataset_category, num_resources (the number of resources in the package), formats (the different formats of the resources), refresh_rate (how often the package is refreshed), and last_refreshed (the date it was last refreshed).

Arguments

package

A way to identify the package. Either a package ID (passed as a character vector directly) or the package's URL from the portal.

Examples

Run this code
# \donttest{
show_package("c01c6d71-de1f-493d-91ba-364ce64884ac")
# }

Run the code above in your browser using DataLab