compile_results: Compile participants' test results into a single data frame.

Description Usage Arguments Details Value

View source: R/compile_results.r

Description

This function generates a single record for all enrolled participants, with variables indicating their most recent TST, QFT, and TSPOT results.

Usage

1
compile_results(cleanlist)

Arguments

cleanlist

The list of cleaned TO1 data generated by clean_to1

Details

In the event of multiple test results (e.g., rerun QFTs or repeated TSPOTs), the most recent result is used.

Value

This function returns a data.frame with a record for each participant, which includes their study ID, visit date, and TST, QFT, and TSPOT results.


mmparker/to1check documentation built on May 23, 2019, 5:05 a.m.