Opens a browser to the package's page on the City of Toronto Open Data Portal.
browse_package(package)
package | A way to identify the package. Either a package ID (passed as a character vector directly), a single package resulting from |
---|
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.
# \donttest{ ttc_subway_delays <- search_packages("ttc subway delay") browse_package(ttc_subway_delays) browse_package("https://open.toronto.ca/dataset/business-improvement-areas/") # }