call_aux | R Documentation |
call a table from .pip env
call_aux(table = NULL)
table |
character: name of table in .pip env. If NULL, it displays the names of tables available in .pip env |
data frame of auxiliary table
# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.