Learn R Programming

xpose4 (version 4.5.3)

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.

See Also

import.variable.definitions, xpose.prefs-class dput

Examples

Run this code

## xpdb5 is an Xpose data object
## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)

export.variable.definitions(xpdb5)

Run the code above in your browser using DataLab