Export a known location tibble as CSV format.
table_export(locationTbl = NULL, outputType = "csv")
| locationTbl | Tibble of known locations. |
|---|---|
| outputType | Output format, Default: 'csv' |
Representation of a known location table in the desired format.
library(MazamaLocationUtils) locationTbl <- get(data("wa_monitors_500")) csvString <- table_export(locationTbl)