I made a data.frame in R that is not very big, but it takes quite some time to build. I would to save it as a file, which I can than again open in R?
|
feedback
|
|
There are several ways. One way is to use
Then load it with:
You could also use | |||||
feedback
|