Load DATIM Look up tables

load_lookups(datim_path = "./Data/", local = TRUE, user = NULL)

Arguments

datim_path

HFR Data folder ID

local

Read data from local directory?

user

User email address

Examples

if (FALSE) {
 #load look up data
 load_lookups(datim_path = "./Data/datim")
 load_lookups(datim_path = "999#1aw####")
 }