Opens a browser to the resource's package page on the City of Toronto Open Data Portal.
browse_resource(resource)
resource | A way to identify the resource. Either a resource ID (passed as a character vector directly) or a single resource resulting from |
---|
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.
# \donttest{ ttc_subway_delays <- search_packages("ttc subway delay") res <- list_package_resources(ttc_subway_delays) browse_resource(res[1, ]) # }