call_aux: call a table from .pip env

View source: R/aaa.R

call_auxR Documentation

call a table from .pip env

Description

call a table from .pip env

Usage

call_aux(table = NULL)

Arguments

table

character: name of table in .pip env. If NULL, it displays the names of tables available in .pip env

Value

data frame of auxiliary table

Examples

# 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()

worldbank/pipr documentation built on Dec. 22, 2024, 7:08 a.m.