| .save_result | R Documentation |
Internal function called by save_table(), save_figure(), etc. to track saved outputs in the results table.
.save_result(name, path, type, public = FALSE, comment = NULL)
name |
Result name/identifier (typically the filename) |
path |
Full file path to the saved result |
type |
Result type: "table", "figure", "model", "report", "notebook" |
public |
Whether saved to public outputs directory |
comment |
Optional description |
NULL invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.