powered by
List datasets available from a Socrata domain
ls.socrata(url)
an R data frame containing a listing of datasets along with various metadata.
- A Socrata URL. This simply points to the site root.
Peter Schmiedeskamp pschmied@uw.edu
if (FALSE) { # Download list of data sets df <- ls.socrata("https://soda.demo.socrata.com") # Check schema definition for metadata attributes(df) }
Run the code above in your browser using DataLab