I am not too familiar with the concept of memory-mapped files, but I have a device that I would like to communicate with, directly from R, that uses them. I have been reading through several examples of the mmap package to find a basic example of reading a file.
I see many examples of how to write to a file, but how do you read a memory-mapped file?
Thanks