list_package_resources: List resources for a package

View source: R/list_package_resources.R

list_package_resourcesR Documentation

List resources for a package

Description

List resources for a package on the portal.

Usage

list_package_resources(package)

Arguments

package

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

Value

A tibble of resources along with metadata, including name, id, format (the format of the resource file), and last_modified (the date the resource was last modified).

Examples


list_package_resources("1db34737-ffad-489d-a590-9171d500d453")
list_package_resources("https://open.toronto.ca/dataset/ttc-subway-delay-data")


opendatatoronto documentation built on April 13, 2022, 5:17 p.m.