check_quo_vars: Check quoted variables

View source: R/xpdb_edits.R

check_quo_varsR Documentation

Check quoted variables

Description

Ensure that variables used in quos are present in the data and return informative error messages otherwise.

Usage

check_quo_vars(xpdb, ..., .source, .problem)

Arguments

xpdb

An xpose database object.

...

Name-value pairs of expressions.

.source

The source of the data in the xpdb. Can either be 'data' or an output file extension e.g. 'phi'.

.problem

The problem from which the data will be modified

Value

Silent if checks are successful, returns errors otherwise.


xpose documentation built on July 9, 2023, 6:12 p.m.