odp_pkg_describe.Rd
Retrieve description of dataset
odp_pkg_describe(data)
data | can be an int (index value from odp_get_package_list) or a package name |
---|
title, description, and link to dataset web page
odp_pkg_describe(418)#> [1] "PPR Spraygrounds: The location of spraygrounds in Philadelphia run by Parks and Recreation. Trouble downloading or have questions about this City dataset? Visit the [OpenDataPhilly Discussion Group](http://www.phila.gov/data/discuss/) Link: https://www.opendataphilly.org/dataset/ppr-spraygrounds"odp_pkg_describe('ppr-spraygrounds')#> [1] "PPR Spraygrounds: The location of spraygrounds in Philadelphia run by Parks and Recreation. Trouble downloading or have questions about this City dataset? Visit the [OpenDataPhilly Discussion Group](http://www.phila.gov/data/discuss/) Link: https://www.opendataphilly.org/dataset/ppr-spraygrounds"