# NOT RUN {
cat('This code is always executed.\n')
if (is.null(module_name())) {
cat('This code is only executed when the module is run
as stand-alone code via Rscript or R CMD BATCH.\n')
}
# }
Run the code above in your browser using DataLab