View source: R/Standardization.R
export_worksheet | R Documentation |
Save a copy of the plot, a current dollars csv, and an excel copy
export_worksheet(
df,
xlsx,
sheet,
path = "..\\output",
second_path = NA,
startRow = 1,
startCol = 1
)
df |
the underlying data |
xlsx |
the excel file to output to |
sheet |
the sheet to use in excel, typically shorter than the name |
path="..\output\" |
what directory for the output |
second_path=NA |
for saving to a second location to automatically |
startRow=1 |
Start row for excel output |
startCol=NA |
Start column for excel output |
no value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.