What is the command for printing the structure of R objects so the object can be re-created by running the printed output?
The output often contains the structure function, and you can copy and paste the output into your code in order to easily create an object for a reproducible example.
I’m breaking my head all morning over this command that I ought to know.
The function is
dput(ordump).