ch.getProbeValues | R Documentation |
A function to extract a the raw value data for a set of probes.
ch.getProbeValues(data, probeItems, promptColumn = "prompt", outputFile = NULL)
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) |
a dataframe containing the raw values and associated information for the prompts in promptItems
ch.getProbeValues (df.myInputData, c("a nun", "your mother"), outputFile = "out.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.