list_vars {xpose.xtras} | R 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 |
< |
.problem |
< |
... |
Should be blank. |
Value
<tibble
> of variables
Examples
list_vars(xpose::xpdb_ex_pk)
list_vars(xpdb_x)
[Package xpose.xtras version 0.0.2 Index]