powered by
Creates an empty known location tibble with the following columns of core metadata:
locationID
locationName
longitude
latitude
elevation
countryCode
stateCode
county
timezone
houseNumber
street
city
zip
table_initialize()
Empty known location tibble with the specified metadata columns.
# NOT RUN { library(MazamaLocationUtils) # Create an empty Tbl emptyTbl <- table_initialize() print(emptyTbl) # }
Run the code above in your browser using DataLab