dot-isWideForm: Checks a data frame is a wide-form table.

Description Usage Arguments Value Author(s)

Description

Our preferred data frame format is to have things in a wide-form data frame, i.e. to have channel 1 and channel 2 data both in the same row.

Usage

1
.isWideForm(df, ch1Label = "Mt", ch2Label = "Wt")

Arguments

df

A data frame.

ch1Label

The prefix to use for the channel 1 target. Defaults to "Mt".

ch2Label

The prefix to use for the channel 2 target. Defaults to "Wt".

Value

TRUE if df is considered to be of the correct format and FALSE otherwise.

Author(s)

Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk


twoddpcr documentation built on Nov. 8, 2020, 5:49 p.m.