Open a memory mapped file
mmap_open(path, mode = c("read", "write", "readwrite"))
path:
file path
mode:
file mode (read/write/readwrite)