# NOT RUN {
################################
# Get all the Available Reports #
################################
REPORTPATH <- "C:/Triggers/Reports/"
HTML.Message <- ListReports(path = REPORTPATH)
## Use the HTML.Message to send table of Reports with MailR package.
#############################
# Get Selected Reports #
#############################
HTML.Message <- ListReports(path = REPORTPATH, SelectREPORT = 1)
## Use the HTML.Message to send table of Selected Script with MailR package.
# }
Run the code above in your browser using DataLab