check_required_status {invivoPKfit} | R Documentation |
Check required status
Description
This is the S3 method generic.
Usage
check_required_status(obj, ...)
Arguments
obj |
An object. |
... |
Additional arguments currently not in use. |
Value
If the [pk()] object has the required status or greater, returns TRUE. If the [pk()] object has less than the required status, returns FALSE. Returned value has an attribute 'msg', containing an informative message as a string.
See Also
[check_required_status.pk()] for the method for class [pk()]
[Package invivoPKfit version 2.0.1 Index]