call_sources | R Documentation |
Call sources for datacubes and datasets in 'many' packages
call_sources(
package,
datacube,
dataset = NULL,
open_script = FALSE,
open_codebook = FALSE
)
package |
A character vector of package name. For multiple packages, please declare package names as a vector (e.g. c("package1", "package2")). |
datacube |
A datacube from one of the many packages. |
dataset |
A dataset in a datacube from one of the many packages. NULL by default. That is, all datasets in the datacube are used. For multiple datasets, please declare datasets as a vector (e.g. c("dataset1", "dataset2")). |
open_script |
Would you like to open the preparation script for the dataset? By default false. |
open_codebook |
Would you like to open the codebook for the dataset? By default false. |
call_sources()
displays sources of the datacubes and datasets
in 'many' packages.
Please declare package, datacube, and dataset
call_sources
returns a tibble with information on the dataset,
their sources, URL, and mapping to facilitate understanding
variable name changes from original data.
Other call_:
call_packages()
,
call_releases()
,
call_treaties()
call_sources("manydata", "emperors")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.