View source: R/save_analysis.R
save_analysis | R Documentation |
Saves analysis results, both data and plot, into an .xlsx file
save_analysis(data, plot, filename, filepath)
data |
Data to be saved (required) |
plot |
Plot to be saved (optional) |
filename |
Name of the Excel file in a string format without the .xlsx extension. Example: "analysis_results" (required) |
filepath |
Path for the file. Example: "Documents/" (required) |
An Excel file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.