browse_resource | R Documentation |
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.
ttc_subway_delays <- search_packages("ttc subway delay")
res <- list_package_resources(ttc_subway_delays)
browse_resource(res[1, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.