export.variable.definitions: Exports Xpose variable definitions to a file from an Xpose data object.
Description
This function exports variable definitions for a specified Xpose data object to
a file.
Usage
export.variable.definitions(object)
Arguments
object
An xpose.data object.
Value
Null.
Details
This function exports variable defintions (contents of object@Prefs@Xvardef)
for a given xpose.data object to a file, typically 'xpose.vardefs.ini'.
Note that file format is not the same as used for graphics settings. It is a
wrapper for the R function dput.
## xpdb5 is an Xpose data object## We expect to find the required NONMEM run and table files for run## 5 in the current working directoryxpdb5 <- xpose.data(5)
export.variable.definitions(xpdb5)