Learn R Programming

gerda (version 0.5.0)

gerda_data_list: List of GERDA Data

Description

This function lists the available GERDA data sets. The purpose of this function is to quickly provide a list of available data sets and their descriptions.

Usage

gerda_data_list(print_table = TRUE)

Value

A tibble containing the available GERDA data with descriptions. When print_table = TRUE, the function prints a formatted table to the console and invisibly returns the data tibble. When print_table = FALSE, the function directly returns the data tibble.

Arguments

print_table

A logical value indicating whether to print the table in the console (TRUE) or return the data as a tibble (FALSE). Default is TRUE.

Details

In addition to downloadable datasets, the package includes bundled covariate data accessible via dedicated functions:

  • gerda_covariates: County-level INKAR covariates (1995-2022)

  • gerda_census: Municipality-level Census 2022 data

Examples

Run this code
gerda_data_list()

Run the code above in your browser using DataLab