MazamaLocationUtils (version 0.1.6)

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, Default: NULL

outputType

Output format, Default: 'csv'

Value

Representation of a known location table in the desired format.

Examples

Run this code
# NOT RUN {
locationTbl <- get(data("wa_monitors_500"))
csvString <- table_export(locationTbl)
# }

Run the code above in your browser using DataCamp Workspace