Display available auxiliary tables
display_aux(
version = NULL,
ppp_version = NULL,
release_version = NULL,
api_version = "v1",
format = c("rds", "json", "csv"),
simplify = TRUE,
server = NULL,
assign_tb = TRUE
)
character: Data version. See get_versions()
ppp year to be used
date when the data was published in YYYYMMDD format
character: API version
character: Response format either of c("rds", "json", "csv")
logical: If TRUE (the default) the response is returned as a
tibble
character: Server. For WB internal use only
logical: Whether to assign table to .pip env. Default is TRUE
invisible tibble with names of auxiliary tables
if (FALSE) {
display_aux()
}