Prepare Reproducible Example Code via the Clipboard
reprex: Prepare Reproducible Example Code via the Clipboard
Render a reprex
Render a reprex, conveniently
reprex output format
Render a reprex in a specific locale
reprex options
Render a document in a new R session
Venue-specific shortcuts
Un-render a reprex
Convenience wrapper that uses the 'rmarkdown' package to render small snippets of code to target formats that include both code and output. The goal is to encourage the sharing of small, reproducible, and runnable examples on code-oriented websites, such as <https://stackoverflow.com> and <https://github.com>, or in email. The user's clipboard is the default source of input code and the default target for rendered output. 'reprex' also extracts clean, runnable R code from various common formats, such as copy/paste from an R session.
Useful links