xpose.ask.for.filename: Function to ask the user for the name of a file

View source: R/xpose.ask.for.filename.R

xpose.ask.for.filenameR Documentation

Function to ask the user for the name of a file

Description

Asks the user for the name of a file.

Usage

xpose.ask.for.filename(
  object,
  listfile = paste("run", object@Runno, ".lst", sep = ""),
  modfile = paste("run", object@Runno, ".mod", sep = ""),
  ...
)

Arguments

object

An xpose.data object.

listfile

A NONMEM output file

modfile

A NONMEM model file

...

Additional arguments passed to the function

Details

Function checks if the file exists, if it does then the filename is returned from the function.

Value

The name of the file if it exists, otherwise nothing is returned.

Author(s)

Niclas Jonsson, Justin Wilkins, Mats Karlsson and Andrew Hooker


andrewhooker/xpose4 documentation built on Feb. 26, 2024, 4:07 p.m.