import_and_standardise: import_and_standardise

View source: R/generic_standardise.R

import_and_standardiseR Documentation

import_and_standardise

Description

import_and_standardise

Usage

import_and_standardise(data_import_list, remove_duplicates = TRUE)

Arguments

data_import_list

list of named lists, each named list has four elements called data_path, config_path, site, and facility. The first two of these are character strings specifying the paths to i) a csv file to import data from and ii) a folder containing hospitalflow config files. The latter two specify the site and facility (e.g. ED, IP, UCC).

remove_duplicates

boolean to control whether data is de-duped (TRUE) or not (FALSE).

Value

list of tibbles, each containing standardised import of one data file from data_paths


HorridTom/hospitalflow documentation built on June 14, 2022, noon