Learn R Programming

MazamaLocationUtils (version 0.2.0)

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 {
library(MazamaLocationUtils)

# Create an empty Tbl
emptyTbl <- table_initialize()
print(emptyTbl)
# }

Run the code above in your browser using DataLab