change.xlabel: Changes the label of an Xpose data item

change.xlabelR Documentation

Changes the label of an Xpose data item

Description

This function allows the labels of data items in the Xpose database to be changed.

Usage

change.xlabel(object, listall = TRUE, classic = FALSE)

Arguments

object

An xpose.data object.

listall

A logical operator specifying whether the items in the database should be listed.

classic

A logical operator specifying whether the function should assume the classic menu system. This is an internal option and need never be called from the command line.

Details

This function facilitates the changing of data item labels in the object@Prefs@Labels slot.

Value

An xpose.data object.

Author(s)

Justin Wilkins

See Also

Data,SData,xpose.data

Examples


## Not run: 
## 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)

xpdb5 <- change.xlabel(xpdb5)

## End(Not run)


UUPharmacometrics/xpose4 documentation built on Feb. 22, 2024, 5:02 p.m.