table_initialize {MazamaLocationUtils} | R Documentation |
Create an empty known location table
Description
Creates an empty known location tibble with the following columns of core metadata:
locationID
locationName
longitude
latitude
elevation
countryCode
stateCode
countyName
timezone
houseNumber
street
city
postalCode
Usage
table_initialize()
Value
Empty known location tibble with the specified metadata columns.
Examples
library(MazamaLocationUtils)
# Create an empty Tbl
emptyTbl <- table_initialize()
dplyr::glimpse(emptyTbl)
[Package MazamaLocationUtils version 0.4.3 Index]