Description Usage Arguments Examples
Allows a spreadsheet to be modified programatically and the
outputs captured. Uses the RDCOMClient
, dplyr
and
stringr
packages
1 2 3 | update_spreadsheet(file_location = NULL, sheet = "Sheet1",
input_values = NULL, input_cells = NULL, output_cells = NULL,
save_spreadsheet = "new_spreadsheet.xls")
|
file_location |
file location of the spreadsheet to modify. The
spreadsheet should be |
sheet |
the sheet name. Defaults to |
input_values |
a vector of values corresponding to the cells to be modified |
input_cells |
a character vector of the input cells in the form c('A1', 'A2') |
output_cells |
the cells from which the output will be read |
save_spreadsheet |
if ' ' then will overwrite the current spreadsheet.
If |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.