get_paths: Get List of Paths used in the Flusshygiene Project

Description Usage Arguments Examples

View source: R/get_paths.R

Description

Get List of Paths used in the Flusshygiene Project

Usage

1
get_paths(resolve = TRUE, ...)

Arguments

resolve

if TRUE (default) path placeholders are resolved

...

arguments passed to resolve if resolve is TRUE

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
paths <- get_paths()

# Paths to the different work package folders
paths$ap2
paths$ap3
paths$ap4

# What tables are contained in the ODM database?
kwb.db::hsTables(paths$odm)

# Get all Flusshygiene data into one data frame
data <- kwb.ogre.model::get_lab_values(paths$odm)

## End(Not run)

KWB-R/kwb.flusshygiene documentation built on Oct. 30, 2019, 8:08 p.m.