View source: R/xpose.ask.for.filename.R
xpose.ask.for.filename | R Documentation |
Asks the user for the name of a file.
xpose.ask.for.filename(
object,
listfile = paste("run", object@Runno, ".lst", sep = ""),
modfile = paste("run", object@Runno, ".mod", sep = ""),
...
)
object |
An |
listfile |
A NONMEM output file |
modfile |
A NONMEM model file |
... |
Additional arguments passed to the function |
Function checks if the file exists, if it does then the filename is returned from the function.
The name of the file if it exists, otherwise nothing is returned.
Niclas Jonsson, Justin Wilkins, Mats Karlsson and Andrew Hooker
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.