save_results | R Documentation |
Saving results table to external file
save_results(report, file_name = "results.csv", method = utils::write.csv, ...)
report |
Report object that stores validation results. See get_results. |
file_name |
Name of the resulting file (including extension). |
method |
Function that should be used to save results table (write.csv default)
The function passed to |
... |
Remaining parameters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.