source
- Function for sourcing a Rev file
file : | String (pass by value) |
The name of the file to read-in. | |
echo.on : | Bool (pass by value) |
Should we print the commands from the file on the screen? | |
Default : FALSE |
# set the file name
fn = "rb_tutorial.Rev"
# the source function will run the Rev code in the file fn
source(fn)