fd_save: Update the ggfigdone database changes *to the disk*

View source: R/lib.R

fd_saveR Documentation

Update the ggfigdone database changes to the disk

Description

This function saves the ggfigdone data to the disk. By default, when using the fd_load funciton to load the databse, the data will be automatically saved to the disk when changes are made. But if you set the auto_database_upgrade argument to FALSE in fd_load, you need to manually save the data using this function.

Usage

fd_save(fdObj = fd_get_db(), do_lock = TRUE)

Arguments

fdObj

An object of class fdObj.

do_lock

A logical value. If TRUE, the function will lock the database file when saving the data.

Value

No return value, changes are made directly to the ggfigdone database.


ggfigdone documentation built on Sept. 11, 2024, 6:56 p.m.