MazamaLocationUtils (version 0.2.0)

table_export: Export a known location table

Description

Export a known location tibble as CSV format.

Usage

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

Run this code
# NOT RUN {
library(MazamaLocationUtils)

locationTbl <- get(data("wa_monitors_500"))
csvString <- table_export(locationTbl)
# }

Run the code above in your browser using DataLab