getData4stkern.neutro: get the count of banded neutrophils

View source: R/getData4stkern.neutro.R

getData4stkern.neutroR Documentation

get the count of banded neutrophils

Description

The conunt is per 1 microliter.

Usage

getData4stkern.neutro(FRM_DIL_LABORWERTE)

Arguments

FRM_DIL_LABORWERTE

data.table containing the table FRM_DIL_LABORWERTE 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 count of banded neutrophils 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_DIL_LABORWERTE <- readxl::read_excel(excel_fn, "FRM_DIL_LABORWERTE")
data.table::setDT(FRM_DIL_LABORWERTE)
toadd_stkern.neutro <- getData4stkern.neutro(FRM_DIL_LABORWERTE)
toadd_stkern.neutro

## End(Not run)

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