setExcludeColumn {PKNCA} | R Documentation |
Set the exclude parameter on an object
Description
This function adds the exclude column to an object. To change the
exclude value, use the exclude()
function.
Usage
setExcludeColumn(object, exclude, dataname = "data")
Arguments
object |
The object to set the exclude column on. |
exclude |
The column name to set as the exclude value. |
dataname |
The name of the data.frame within the object to add the exclude column to. |
Value
The object with an exclude column and attribute
[Package PKNCA version 0.11.0 Index]