Retrieve list of datasets.

odp_get_package_list(term = "", format = F)

Arguments

term

(optional) text value by which to filter list

format

(optional) display data formats available - may take a little longer - [default = FALSE]

Value

dataframe of datasets available

Examples

if (FALSE) { # To retrieve a list of all datasets available odp_get_package_list() # To retrieve a list of all available datasets with corresponding data formats odp_get_package_list(format = TRUE) } # filter list of datasets by a search term and show available formats odp_get_package_list("crime",format = TRUE)
#> index packages #> 1 1 2012-2014-crime-incidents-part-i-ii #> 2 158 crime-incidents #> 3 159 crime-incidents-visualization #> 4 391 phl-crime-mapper-1 #> 5 392 phl-crime-mapper-2 #> 6 407 pope-crimes #> 7 527 trulia-crime-maps-phila-only #> format #> 1 <NA> #> 2 HTML,CSV,GeoJSON,SHP,API Documentation #> 3 <NA> #> 4 <NA> #> 5 <NA> #> 6 <NA> #> 7 HTML