Description Usage Arguments Value Examples
Create a codebook for a dataset
1 2 3 4 5 6 | codebook_dataset(dataset)
is.codebook(x)
## S3 method for class 'codebook'
print(x, n = 24, ...)
|
dataset |
A dataset object of class dataset. |
n |
How many rows to print? |
An id, a list, a data.frame or a json formatted administrative metadata record.
1 2 3 4 5 6 7 8 9 10 | data("small_population")
small_population_dataset <- dataset (
x= small_population,
dataset_code = "small_population_total",
dataset_title = "Population of Small European Countries",
freq = "A",
unit = "NR",
unit_name = "number")
codebook_dataset(small_population_dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.