Creates an Excel workbook with worksheets.
| 1 | create_wkbk(file, df_list, sheetnames, create = TRUE)
 | 
| file | filename of workbook to be created | 
| df_list | list of data frames to be added as worksheets to workbook | 
| sheetnames | character vector of worksheet names | 
| create | Specifies if the file should be created if it does not already exist (default is FALSE). Note that create = TRUE has no effect if the specified file exists, i.e. an existing file is loaded and not being recreated if create = TRUE. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.