gtoxCascade: Do a cascading delete on gtox screening data

Description Usage Arguments Details Value

View source: R/gtoxCascade.R

Description

gtoxCascade deletes the data for the given id(s) starting at the processing level given. The delete will cascade through all subsequent tables.

Usage

1
gtoxCascade(lvl, type, id)

Arguments

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.

Details

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).

Value

None


GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.