R/findNonmemCommand.R

Defines functions findNonmemCommand

Documented in findNonmemCommand

findNonmemCommand <- function(under=c('/opt/NONMEM','/opt/nonmem'),executable='autolog.pl',...)dir(
   under,
   pattern=glue(executable,'$'),
   full.names=TRUE,
   recursive=TRUE,
   ...
)
metrumresearchgroup/metrumrg documentation built on May 22, 2019, 7:51 p.m.