MazamaLocationUtils (version 0.1.6)

table_initialize: 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

  • county

  • timezone

  • houseNumber

  • street

  • city

  • zip

Usage

table_initialize()

Arguments

Value

Empty known location tibble with the specified metadata columns.

Examples

Run this code
# NOT RUN {
# Create an empty Tbl
emptyTbl <- table_initialize()
print(emptyTbl)
# }

Run the code above in your browser using DataCamp Workspace