checkFormula {RBaM}R Documentation

Check a formula make sense within a given namespace

Description

Check a formula make sense within a given namespace

Usage

checkFormula(f, namespace)

Arguments

f

Character string, formula

namespace

Character vector, namespace (i.e. names of known variables)

Value

A list with the following fields:

ok

Does the formula make sense?

mess

message


[Package RBaM version 1.0.1 Index]