Converting an R object to text, with dput()
We’ve already briefly covered making a reproducible example, but I thought I’d go a little more in-depth on the very helpful function dput().
Whenever I am having trouble applying an operation to some R object, and need help, but want to av... [Read more...]