Learn R Programming

xpose.xtras (version 0.0.2)

list_vars: Updates to list_vars

Description

To accommodate changes made in xpose.xtras, <list_vars> needed some minimal updates.

Usage

list_vars(xpdb, .problem = NULL, ...)

# S3 method for default list_vars(xpdb, .problem = NULL, ...)

# S3 method for xp_xtras list_vars(xpdb, .problem = NULL, ...)

Value

<tibble> of variables

Arguments

xpdb

<xpose_data> or <xp_xtras> object

.problem

<numeric> Problem number to use. Uses the all problems if NULL

...

Should be blank.

Examples

Run this code

list_vars(xpose::xpdb_ex_pk)

list_vars(xpdb_x)

Run the code above in your browser using DataLab