Make changes to a spreadsheet and extract the outputs from specified cells using a run matrix as an input.
1 2 | run_spreadsheet(run_matrix = NULL, file_location = NULL,
sheet = "Sheet1", folder = "results", round_dp = 3)
|
run_matrix |
a file path to the input matrix OR the matrix itself |
file_location |
the full path of the calculation spreadsheet |
sheet |
the sheet in the spreadsheet in which you wish to change values |
folder |
the folder to save the results to |
round_dp |
the number of significant figures to round to. Defaults to 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.