powered by
Sync makes sure that the data written to the file linked with the object.
flush(con)# S4 method for memoryMapped flush(con)
# S4 method for memoryMapped flush(con)
None
a memory mapped object
An error will be raised if the object is read-only, or if the operation failed.
x <- as.mvector(1:50) x <- x + 1 flush(x)
Run the code above in your browser using DataLab