read_dataset_from_datainfo {pharmr} | R Documentation |
read_dataset_from_datainfo
Description
Read a dataset given a datainfo object or path to a datainfo file
Usage
read_dataset_from_datainfo(datainfo, datatype = NULL)
Arguments
datainfo |
(DataInfo or str) A datainfo object or a path to a datainfo object |
datatype |
(str (optional)) A string to specify dataset type |
Value
(data.frame) The dataset
[Package pharmr version 1.0.1 Index]