browse_resource {opendatatoronto} | R Documentation |
Open the resource's package page in your browser
Description
Opens a browser to the resource's package page on the City of Toronto Open Data Portal.
Usage
browse_resource(resource)
Arguments
resource |
A way to identify the resource. Either a resource ID (passed as a character vector directly) or a single resource resulting from |
Value
A browser is opened to the resource's package page on the City of Toronto Open Data Portal website if the session is interactive. The URL is returned as a character string.
Examples
ttc_subway_delays <- search_packages("ttc subway delay")
res <- list_package_resources(ttc_subway_delays)
browse_resource(res[1, ])
[Package opendatatoronto version 0.1.5 Index]