if (FALSE) {
# Get list of tables
x <- get_aux()
# Get GDP data
df <- get_aux("gdp")
# Get countries
df <- get_aux("countries")
# Display auxiliary tables
get_aux()
# Display and assign to .pip env the selected auxiliary table
get_aux(assign_tb = TRUE)
# Bind gdp table to "gdp" in .pip env
get_aux("gdp", assign_tb = TRUE)
# Bind gdp table to "new_name" in .pip env
get_aux("gdp", assign_tb = "new_name")
}
if (FALSE) {
# Short hand to get countries
get_countries()
}
if (FALSE) {
# Short hand to get regions
get_regions()
}
if (FALSE) {
# Short hand to get cpi
get_cpi()
}
if (FALSE) {
# Short hand to get dictionary
get_dictionary()
}
if (FALSE) {
# Short hand to get gdp
get_gdp()
}
if (FALSE) {
# Short hand to get incgrp_coverage
get_incgrp_coverage()
}
if (FALSE) {
# Short hand to get interpolated_means
get_interpolated_means()
}
if (FALSE) {
# Short hand to get hfce
get_hfce()
}
if (FALSE) {
# Short hand to get pop
get_pop()
}
if (FALSE) {
# Short hand to get pop_region
get_pop_region()
}
if (FALSE) {
# Short hand to get ppp
get_ppp()
}
if (FALSE) {
# Short hand to get region_coverage
get_region_coverage()
}
if (FALSE) {
# Short hand to get survey_means
get_survey_means()
}
Run the code above in your browser using DataLab