display_aux | R Documentation |
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
)
version |
character: Data version. See |
ppp_version |
ppp year to be used |
release_version |
date when the data was published in YYYYMMDD format |
api_version |
character: API version |
format |
character: Response format either of c("rds", "json", "csv") |
simplify |
logical: If TRUE (the default) the response is returned as a
|
server |
character: Server. For WB internal use only |
assign_tb |
logical: Whether to assign table to .pip env. Default is TRUE |
invisible tibble with names of auxiliary tables
## Not run:
display_aux()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.