This function allows the labels of data items in the Xpose database to be changed.
change.xlabel(object, listall = TRUE, classic = FALSE)An xpose.data object.
This function facilitates the changing of data item labels in the object@Prefs@Labels slot.
if (FALSE) { # \dontrun{
## 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)
} # }