Skip to main content
The 2024 Developer Survey results are live! See the results
Unpinned in R Language collective by Berthold
Pinned in R Language collective by V2Blast
Unpinned in R Language collective by CommunityBot
Pinned in R Language collective by V2Blast
Unpinned in R Language collective by CommunityBot
Pinned in R Language collective by Sasha
Unpinned in R Language collective by CommunityBot
Pinned in R Language collective by Sasha
Unpinned in R Language collective by CommunityBot
Pinned in R Language collective by Berthold
Post Reopened by Cody Gray - on strike
Post Locked by user3956566
Notice added Wiki Answer by user3956566
Post Unlocked by user3956566
Notice removed Historical significance by user3956566
Post Locked by user3956566
Notice added Historical significance by user3956566
Post Closed as "Not suitable for this site" by Mureinik, Eaten by a Grue, Jean-François Fabre, davidism, Patrick Roberts
Active reading.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 109
  • 132

How to make a great R reproducible example?

When discussing performance with colleagues, teaching, sending a bug report or searching for guidance on mailing lists and here on SOStack Overflow, a reproducible example is often asked and always helpful.

What are your tips for creating an excellent example? HowHow do you paste data structures from in a text format? WhatWhat other information should you include?

Are there other tricks in addition to using dput(), dump() or structure()? When should you include library() or require() statements? Which reserved words should one avoid, in addition to c, df, data, etc.?

How does one make a great reproducible example?

How to make a great R reproducible example?

When discussing performance with colleagues, teaching, sending a bug report or searching for guidance on mailing lists and here on SO, a reproducible example is often asked and always helpful.

What are your tips for creating an excellent example? How do you paste data structures from in a text format? What other information should you include?

Are there other tricks in addition to using dput(), dump() or structure()? When should you include library() or require() statements? Which reserved words should one avoid, in addition to c, df, data, etc?

How does one make a great reproducible example?

How to make a great R reproducible example

When discussing performance with colleagues, teaching, sending a bug report or searching for guidance on mailing lists and here on Stack Overflow, a reproducible example is often asked and always helpful.

What are your tips for creating an excellent example? How do you paste data structures from in a text format? What other information should you include?

Are there other tricks in addition to using dput(), dump() or structure()? When should you include library() or require() statements? Which reserved words should one avoid, in addition to c, df, data, etc.?

How does one make a great reproducible example?

Rollback to Revision 19
Link
Scarabee
  • 5.7k
  • 5
  • 30
  • 58

How to make a great R reproducible example? aka MCVE (Minimal, Complete, and Verifiable Example)

change title to include common abbreviaton MCVE (Minimal, Complete, and Verifiable Example)
Link

How to make a great R reproducible example? aka MCVE (Minimal, Complete, and Verifiable Example)

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot
Loading
Rollback to Revision 12
Source Link
Andrie
  • 178.6k
  • 51
  • 451
  • 498
Loading
added 12 characters in body
Source Link
Jaap
  • 82.7k
  • 35
  • 186
  • 199
Loading
Add decent struction to the list of 7 questions. What's with the 2 quasi-paragraphs of 3 questions followed by the 1 sentence question?
Source Link
Hack-R
  • 23k
  • 15
  • 80
  • 135
Loading