xp_var | R Documentation |
xp_var
MethodTo add a small amount of functionality to <xp_var
>,
this method was created.
xp_var(xpdb, .problem, col = NULL, type = NULL, silent = FALSE)
## Default S3 method:
xp_var(xpdb, .problem, col = NULL, type = NULL, silent = FALSE)
## S3 method for class 'xp_xtras'
xp_var(xpdb, .problem, col = NULL, type = NULL, silent = FALSE)
xpdb |
An xpose database object. |
.problem |
The $problem number to be used. |
col |
The column name to be searched in the index. Alternative to arg 'type'. |
type |
The type of column to searched in the index. Alternative to 'col'. |
silent |
Should the function be silent or return errors. |
A tibble of identified variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.