frontpage.table: Table for Front Page of Report

Description Usage Arguments

Description

Summarizes the data for the front page table. Output is an array with four columns: Trial/Modality, N, Grading Start Date, and Grading End Date. To be used in report.rmd.

Usage

1
2
frontpage.table(data, QCST = c("QC", "ST"), col1 = "Project", col1.name,
  date_format = "%Y-%m-%d")

Arguments

data

data set used for analysis

QCST

use QC or ST for PerformedDate variable

col1

default 'Project'. Indicates what should be in column 1, and hence, what should be the stratifying variable? Usually choose between Project/Study or Grader.

date_format

string specifying the date format.


rmtrane/QualityControl documentation built on May 5, 2019, 5:54 p.m.