gtoxCascade: Do a cascading delete on gtox screening data

View source: R/gtoxCascade.R

gtoxCascadeR Documentation

Do a cascading delete on gtox screening data

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

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


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.