Learn R Programming

ggfigdone (version 0.1.2)

fd_save: 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)

Value

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

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.