powered by
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)
Run the code above in your browser using DataLab