list_vars: Updates to 'list_vars'

list_varsR Documentation

Updates to list_vars

Description

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

Usage

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

## Default S3 method:
list_vars(xpdb, .problem = NULL, ...)

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

Arguments

xpdb

<xpose_data> or <xp_xtras> object

.problem

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

...

Should be blank.

Value

<tibble> of variables

Examples


list_vars(xpose::xpdb_ex_pk)

list_vars(xpdb_x)


xpose.xtras documentation built on April 4, 2025, 2:13 a.m.