load_data: Load data

Description Usage Arguments Value Examples

View source: R/table_functions.R

Description

Load data from qmongrdata

Usage

1
load_data(data_type = "all")

Arguments

data_type

the dataframes to be loaded. It can be "description", "indicator", "hospital_name_structure" and "all".

Value

a list with dataframes

Examples

1
2
3
indicator_description <- load_data(data_type = "description")
indicator_data <- load_data(data_type = "indicator")
indicator_with_description <- load_data()

SKDE-Felles/qmongrdata documentation built on Nov. 27, 2020, 11:13 a.m.