Description Usage Arguments Value
This function uses the builtin read.csv
to parse a comma-separated
file containg OD density readings over the experimental time course. The left-
most column should contain time points (with earliest-to-latest timepoints
givendown the rows of the table). The numbers in this column should be unquoted.
The remaining columns should give, in order, the time course data for each well
on the plate (for example, starting with well A1 in column to and ending with
well H12 in column 97).
1 | csvTable(filePath)
|
filePath |
path on the local file system to be passed to the parser |
a data.frame object holding the parsed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.