R/findNonmemCommand.R

findNonmemCommand <- function(under=c('/opt/NONMEM','/opt/nonmem'),executable='autolog.pl',...)dir(
   under,
   pattern=glue(executable,'$'),
   full.names=TRUE,
   recursive=TRUE,
   ...
)

Try the metrumrg package in your browser

Any scripts or data that you put into this service are public.

metrumrg documentation built on May 2, 2019, 5:55 p.m.