I would like to increase (or decrease) the amount of memory available to R. What are the methods for achieving this?
To increase the amount of memory allocated to R you can use memory.limit
memory.limit(size = ...)
Or
memory.size(max = ...)
About the arguments