get_ids {pharmr} | R Documentation |
get_ids
Description
Retrieve a vector of all subject ids of the dataset
Usage
get_ids(model)
Arguments
model |
(Model) Pharmpy model |
Value
(vector) All subject ids
Examples
## Not run:
model <- load_example_model("pheno")
get_ids(model)
## End(Not run)
[Package pharmr version 1.0.1 Index]