table_initialize: Create an empty known location table

View source: R/table_initialize.R

table_initializeR Documentation

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

  • countyName

  • timezone

  • houseNumber

  • street

  • city

  • postalCode

Usage

table_initialize()

Value

Empty known location tibble with the specified metadata columns.

Examples

library(MazamaLocationUtils)

# Create an empty Tbl
emptyTbl <- table_initialize()
dplyr::glimpse(emptyTbl)


MazamaLocationUtils documentation built on Nov. 2, 2023, 6:16 p.m.