Learn R Programming

xpose.xtras (version 0.0.2)

xp_var: xp_var Method

Description

To add a small amount of functionality to <xp_var>, this method was created.

Usage

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)

Value

A tibble of identified variables.

Arguments

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.