gtoxCascade | R Documentation |
gtoxCascade
deletes the data for the given id(s) starting at
the processing level given. The delete will cascade through all subsequent
tables.
gtoxCascade(lvl, type, id)
lvl |
Integer of length 1, the first level to delete from |
type |
Character of length 1, the data type, "sc" or "mc" |
id |
Integer, the id(s) to delete. See details for more information. |
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.
If lvl is less than 3, id is interpreted as acid(s) and if lvl is greater than or equal to 3, id is interpreted as aeid(s).
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.