Learn R Programming

Andromeda (version 1.1.0)

flushAndromeda: Flush changes to disk

Description

Flush all changes to disk. This only affects the data in the Andromeda temp folder.

This function is for advanced users, who wish to share the same underlying object with other processes, which is very dangerous if you don't know what you're doing.

Usage

flushAndromeda(andromeda)

Value

This function does not return anything, but is executed for its side-effect.

Arguments

andromeda

An Andromeda object.

Examples

Run this code
andr <- andromeda()
andr$cars <- cars

flushAndromeda(andr)
# The database in andromeda temp is now fully up-to-date.

close(andr)

Run the code above in your browser using DataLab