R/xplot_helpers.R
xp_var.Rd
Access xpdb index information for a given variable or variable type
xp_var(xpdb, .problem, col = NULL, type = NULL, silent = FALSE)
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.
A subset of the xpdb index as tibble with columns: col (column name), type (column type in the index), label (label associated with the column) and units (units associated with the column)