View source: R/table_initialize.R
table_initialize | R Documentation |
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
table_initialize()
Empty known location tibble with the specified metadata columns.
library(MazamaLocationUtils)
# Create an empty Tbl
emptyTbl <- table_initialize()
dplyr::glimpse(emptyTbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.