View source: R/tcplWriteData.R
tcplWriteData | R Documentation |
tcplWriteData
takes a data.table with screening data and writes the
data into the given level table in the tcpl databases.
tcplWriteData(dat, lvl, type)
dat |
data.table, the screening data to load |
lvl |
Integer of length 1, the data processing level |
type |
Character of length 1, the data type, "sc" or "mc" |
This function appends data onto the existing table. It also deletes all the data for any acids or aeids dat contains from the given and all downstream tables.
The data type can be either 'mc' for mutliple concentration data, or 'sc' for single concentration data. Multiple concentration data will be loaded into the level tables, whereas the single concentration will be loaded into the single tables.
This function is not exported and is not intended to be used by the user.
The user should only write level 0 data, which is written with
tcplWriteLvl0
.
tcplCascade
, tcplAppend
,
tcplWriteLvl0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.