addDirToModelDb {nlmixr2lib} | R Documentation |
Add a directory to the modeldb
addDirToModelDb(dir, modeldb = data.frame())
addFileToModelDb(dir, file, modeldb)
dir |
Directory name containing model files |
modeldb |
The starting modeldb data.frame |
file |
The file name (without the directory name) |
The updated modeldb data.frame
the model database
addFileToModelDb()
: Add a file to the modeldb