getData4diurValue: get data on diuresis

View source: R/getData4diurValue.R

getData4diurValueR Documentation

get data on diuresis

Description

get data on diuresis

Usage

getData4diurValue(FRM_B24)

Arguments

FRM_B24

data.table containing the table FRM_B24 from the database of the PROGRESS study

Value

data.table in the wide format. Each row corresponds to one patient and the columns contain the data on diuresis at a given time.

Examples

## Not run: 
excel_fn <- paste0("/net/ifs1/san_projekte/projekte/",
"PROGRESS/Datenmanagement/Data_freezes/",
"20190320/PROGRESS-freeze_201903_01.xlsx")
FRM_B24 <- readxl::read_excel(excel_fn, "FRM_B24")
data.table::setDT(FRM_B24)
toadd_diurValue <- getData4diurValue(FRM_B24)
toadd_diurValue

## End(Not run)

maciejrosolowski/progressdatenbankderivate documentation built on Nov. 29, 2024, 3:39 a.m.