How to create reproducible R data frame from existing one

Short answer – create a reproducible R data frame with function dput. Dput will give you a good reproducible piece of code that you can use for examples.

Exit mobile version