check_file_runs: Check to see if the file will run to completion without...

Description Usage Arguments

View source: R/check_file_runs.R

Description

Function takes an R-script file as input and attempts to run the script in a new console R-session.

Usage

1
check_file_runs(file, verbose = FALSE, line_selection = NULL)

Arguments

file

R-script file to be checked.

verbose

Print messages for checking progress?

line_selection

Select the lines to be run if only a subset to be used. Default is for all lines to be run, and user should be very careful with this option, as subsequent code execution may be affected by changes to prior code.


danwkenn/ConsulR documentation built on Dec. 19, 2021, 8:11 p.m.