getData4thrombo: get thrombocyte count from the database of the PROGRESS study

View source: R/getData4thrombo.R

getData4thromboR Documentation

get thrombocyte count from the database of the PROGRESS study

Description

get thrombocyte count from the database of the PROGRESS study

Usage

getData4thrombo(FRM_DIL_LABORWERTE, DID_CLIN)

Arguments

FRM_DIL_LABORWERTE

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

DID_CLIN

as above

Value

data.table

Examples

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

## End(Not run)


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