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)# S3 method for default
xp_var(xpdb, .problem, col = NULL, type = NULL, silent = FALSE)
# S3 method for xp_xtras
xp_var(xpdb, .problem, col = NULL, type = NULL, silent = FALSE)
A tibble of identified variables.
An xpose database object.
The $problem number to be used.
The column name to be searched in the index. Alternative to arg `type`.
The type of column to searched in the index. Alternative to `col`.
Should the function be silent or return errors.