extract_fu: Extract f/u lab data

View source: R/extract_fu.R

extract_fuR Documentation

Extract f/u lab data

Description

Extracting lab data at specific intervals.

Usage

extract_fu(
  data,
  fu_lab_name,
  fu_intv_month = 3,
  fu_max_month = 192,
  fu_wide = TRUE
)

Arguments

data

Data made by lab_binder function.

fu_lab_name

The name of output file name.

fu_intv_month

Specific interval (months).

fu_max_month

Maximum month you want to see.

fu_wide

Wide format or long format.


nephroj/labbinder documentation built on Jan. 30, 2024, 4:31 a.m.