Learn R Programming

xpose4 (version 4.5.3)

db.names: Prints the contents of an Xpose data object

Description

These functions print a summary of the specified Xpose object to the R console.

Usage

db.names(object)

xpose.print(object, long = TRUE)

Arguments

object

An xpose.data object.

long

A logical operator specifying whether the function should print an abridged (long = FALSE) or full list of its contents.

Value

A detailed summary of the contents of a specified xpose.data object.

Details

These functions return a detailed summary of the contents of a specified xpose.data object.

See Also

xpose.data

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)

xpose.print(xpdb5)

Run the code above in your browser using DataLab