View source: R/gerda_data_list.R
gerda_data_list | R Documentation |
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.
gerda_data_list(print_table = TRUE)
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. |
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.
gerda_data_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.