Open a memory mapped file

mmap_open(path, mode = c("read", "write", "readwrite"))

Arguments

path

file path

mode

file mode (read/write/readwrite)