Skip to contents

Method for converting to data frame

Usage

# S3 method for class 'openaq_locations_list'
as.data.frame(data, ...)

Arguments

data

A list of locations as returned from list_locations.

...

Other options.

Examples

if (FALSE) { # \dontrun{
loc <- list_locations()
write.csv(loc)
} # }