Export a known location tibble as CSV format.

table_export(locationTbl = NULL, outputType = "csv")

Arguments

locationTbl

Tibble of known locations.

outputType

Output format, Default: 'csv'

Value

Representation of a known location table in the desired format.

Examples

library(MazamaLocationUtils) locationTbl <- get(data("wa_monitors_500")) csvString <- table_export(locationTbl)