runAndReport: Evaluate avaliation and report result

Description Usage Arguments Value

Description

This function tries to execute the script and stores the result of the execution in a report script is a string that contains the script in R to be executed report is the file to be saved with the report the function saves a file in the local directory with report name, Which is a JSON relatory.

Usage

1
runAndReport(script, report, environment, showWarnings = F)

Arguments

script

It is the script to evaluate

report

is the name of file to save reports

environment

the environment to evaluate script

showWarnings

show thrown warnings?

Value

will be returned implicit var


ITGM documentation built on Jan. 20, 2021, 5:06 p.m.

Related to runAndReport in ITGM...