browse_package {opendatatoronto} | R Documentation |
Open the package's page in your browser
Description
Opens a browser to the package's page on the City of Toronto Open Data Portal.
Usage
browse_package(package)
Arguments
package |
A way to identify the package. Either a package ID (passed as a character vector directly), a single package resulting from |
Value
A browser is opened to the package's 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")
browse_package(ttc_subway_delays)
browse_package("https://open.toronto.ca/dataset/business-improvement-areas/")
[Package opendatatoronto version 0.1.5 Index]