View source: R/SurveyAnalysis.r
addAnnualXlWorksheet | R Documentation |
Helper function to combine list of monthly data frames into a single annual data frames and writes it to a provided Excel document as a new worksheet
addAnnualXlWorksheet(data_list, data_name, result_doc, worksheet_name)
data_list |
with monthly survey results |
data_name |
name of data frames to combine |
result_doc |
An excel document |
worksheet_name |
The name of the work sheet to add |
The list provided as data_list is returned (allows writing multiple worksheets in a pipe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.