def_by_code: Test whether a variable was defined statically or using code

View source: R/utils.R

def_by_codeR Documentation

Test whether a variable was defined statically or using code

Description

Test whether a variable was defined statically or using code

Usage

def_by_code(x, code, ignore_case = FALSE, add = TRUE)

Arguments

x

name of the variable to check

ignore_case

whether to ignore case of x

add

whether to add feedback

Value

logical; TRUE if the code defining the variable uses any function


dalejbarr/assessr documentation built on Jan. 25, 2024, 10:47 p.m.