50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

xpose4 (version 4.7.3)

change.var.name: Changes the name of an Xpose data item

Description

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

Usage

change.var.name(object, classic = FALSE)

Value

An xpose.data object.

Arguments

object

An xpose.data object.

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.

Author

Niclas Jonsson & Justin Wilkins

Details

This function facilitates the changing of data item names in the object@Data slot.

See Also

Data,SData,xpose.data

Examples

Run this code

if (FALSE) {
## 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.var.name(xpdb5)
}

Run the code above in your browser using DataLab