Load data from qmongrdata

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

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