source
source("/local/shared/projects/CallCenterHiringFC/code/FC_model.R")
source("C:/Users/pallanan/Documents/test1.R")
echo = verbose
When you want to tell R to perform several commands one after the other without
waiting for additional instructions,
you use the source() function.
functions and variables defined in the cript become available in the current environment after sourcing