reprex
Code snippet generator
Tool to create and render reproducible R code snippets for sharing
Render bits of R code for sharing, e.g., on GitHub or StackOverflow.
741 stars
19 watching
80 forks
Language: R
last commit: 2 months ago
Linked from 1 awesome list
githubrreproducibilityrmarkdownstackoverflow
Related projects:
Repository | Description | Stars |
---|---|---|
tidyverse/magrittr | A package that improves R code readability by introducing a pipe operator to structure data operations in a more linear and efficient way. | 960 |
tidyverse/tidyverse | A set of R packages designed to work together harmoniously for data science tasks. | 1,669 |
tidyverse/rvest | A package for extracting data from web pages using HTML parsing and CSS/XPath selectors. | 1,492 |
tidyverse/tidyr | Helps create organized data with minimal manual work | 1,384 |
predictiveecology/reproducible | Tools for making R code more reproducible and reusable | 41 |
tidyverse/haven | A C library that enables R to read and write various data formats used by other statistical packages | 425 |
nrennie/tidytuesday | Weekly R project to visualize data using common tools and techniques in the tidyverse ecosystem. | 192 |
deepdk/tidytuesday-2022 | A collection of R scripts to create weekly plots from Tidy Tuesday datasets | 21 |
janlelis/productive-sublime-snippets-ruby | A collection of reusable code snippets for Ruby developers in Sublime Text | 107 |
tidyverse/glue | A package that makes it easy to embed and evaluate R expressions in strings, removing the need for explicit string formatting. | 726 |
rstudio/plumber | Converts R code into a web API with minimal configuration | 1,404 |
ropensci/datapackager | Enables reproducible data processing and sharing through standardization and packaging | 154 |
tidyverse/purrr | A functional programming toolkit for R that simplifies working with functions and vectors. | 1,275 |
business-science/tidyquant | An R package for financial data analysis and visualization in the tidyverse ecosystem. | 857 |
klmr/box | Enables modular and reusable R code organization through a universal import mechanism | 868 |