powered by
These functions print a summary of the specified Xpose object to the R console.
db.names(object)xpose.print(object, long = TRUE)
xpose.print(object, long = TRUE)
An xpose.data object.
xpose.data
A logical operator specifying whether the function should print an abridged (long = FALSE) or full list of its contents.
A detailed summary of the contents of a specified xpose.data object.
These functions return a detailed summary of the contents of a specified xpose.data object.
## 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) xpose.print(xpdb5)
Run the code above in your browser using DataLab