ch.getProbeValues: A function to extract a the raw value data for a set of...

ch.getProbeValuesR Documentation

A function to extract a the raw value data for a set of probes.

Description

A function to extract a the raw value data for a set of probes.

Usage

ch.getProbeValues(data, probeItems, promptColumn = "prompt", outputFile = NULL)

Arguments

data

a datafrane containing the raw value data from an experiment or set of experiments.

probeItems

A vector of probe items that you want the value data to be extracted from "data"

promptColumn

A string specifying the name of the column in "data" that contains the prompt names. DEFAULT = "prompt"

outputFile

the filename that you want the output written to. DEFAULT = NULL (no file written)

Value

a dataframe containing the raw values and associated information for the prompts in promptItems

Examples

ch.getProbeValues (df.myInputData, c("a nun", "your mother"), outputFile = "out.txt")

ccpluncw/ccpl_R_chValues documentation built on Feb. 12, 2024, 4:21 a.m.