# call one table
get_aux("gdp", assign_tb = TRUE, replace = TRUE) # PR 63
call_aux("gdp")
# see the name of several tables in memory
tb <- c("cpi", "ppp", "pop")
lapply(tb, get_aux, assign_tb = TRUE, replace = TRUE) # PR 63
call_aux()
Run the code above in your browser using DataLab