Method for converting to data frame
Usage
# S3 method for class 'openaq_locations_list'
as.data.frame(data, ...)
Examples
if (FALSE) { # \dontrun{
loc <- list_locations()
write.csv(loc)
} # }
Method for converting to data frame
# S3 method for class 'openaq_locations_list'
as.data.frame(data, ...)
if (FALSE) { # \dontrun{
loc <- list_locations()
write.csv(loc)
} # }