rf51_factory: factory to create read fort51 file

View source: R/rf51_factory.R

rf51_factoryR Documentation

factory to create read fort51 file

Description

factory to create read fort51 file

Usage

rf51_factory(.names)

Arguments

.names

names of columns in the fort51 file

Examples

rf51 <- rf51_factory(c(
"Iteration",
"ID",
"CL",
"V",
"LNTVCL",
"LNTVV",
"CLEGFR",
"nCL",
"nV"
))
# could now do rf51("path/to/fort.51")

metrumresearchgroup/PKPDmisc documentation built on Oct. 21, 2022, 9:41 a.m.