fun_try: Safely try out a function defined in the submission

View source: R/utils.R

fun_tryR Documentation

Safely try out a function defined in the submission

Description

Safely try out a function defined in the submission

Usage

fun_try(fnname, ..., add = TRUE)

Arguments

fnname

name of the function

...

arguments to fnname

add

whether to add feedback

Value

list with two values: is_error (logical) and result


dalejbarr/assessr documentation built on Dec. 13, 2024, 3:41 p.m.