API Reference

Saving Work

Saving figures, tables, reports, and models

Common Functions

These are the most commonly used functions in this category:

save_figure()

Saves a ggplot2 plot or base R graphics to the configured figures directory. The directory is creat

save_model()

Saves a fitted model object to the configured models directory. The directory is created lazily on

save_report()

Copies or moves a rendered report (HTML, PDF, etc.) to the configured reports directory. The direct

Other Functions

Function Description
save_table() Saves a data frame or tibble to the configured tables directory. The directory is created lazily on

All Functions

Function Description
save_figure() Saves a ggplot2 plot or base R graphics to the configured figures directory. The directory is creat
save_model() Saves a fitted model object to the configured models directory. The directory is created lazily on
save_report() Copies or moves a rendered report (HTML, PDF, etc.) to the configured reports directory. The direct
save_table() Saves a data frame or tibble to the configured tables directory. The directory is created lazily on