Extract all lists from an Excel-file with the selective lists provided by the GBA which are then used in a "Qualitaetsbericht" to encode specific information.

qb_extract_selective_lists(XLS_path = NULL)

Arguments

XLS_path

The file path to an Excel-file.

Value

A named list where each element is a tibble reproducing one sheet from the original Excel-file. The first tibble contains the table of contents of the remaining sheets.

Examples

if (FALSE) { download.file( "https://www.g-ba.de/downloads/40-268-7467/2021-04-07_Qb-R_Anlage-3_Auswahllisten.xlsx", destfile = "test.xlsx", method = "libcurl", mode = "wb") qb_extract_selective_lists("test.xlsx") }