load_SLDB_2011 | R Documentation |
soft-deprecated
Data from Czech census in year 2011 by four main topics. The data are provided at various aggregation levels that can be filtered.
Use package czso
and specifically function czso::czso_get_table(dataset_id)
to obtain the data and czso::czso_get_table_schema(dataset_id)
to get the columns
description. The values for specific datasets of census are
"SLDB-VYBER", "sldbdomy", "sldbdomac", "sldbvyjizdka"
.
load_SLDB_2011(type = "obyvatelstvo", load_names = TRUE)
load_SLDB_2011_col_explanations(type = "obyvatelstvo")
type |
type of requested information as character. Default value is "obyvatelstvo". See details for more. |
load_names |
boolean value if the column names should be loaded from external source. Default TRUE as the column names do no make any sense otherwise. |
Types of data that can be downloaded, and used as type
parameter in the function call:
"obyvatelstvo"
"domy-byty"
"domacnosti"
"vyjizdka"
data.frame containg the requested data
load_SLDB_2011()
: Load the data
load_SLDB_2011_col_explanations()
: Get names of columns for SLDB of specific type as data.frame
More detailed information about data can be found at the provider's website https://www.czso.cz/csu/sldb.
## Not run:
sldb <- load_SLDB_2011(type = "obyvatelstvo")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.