Advanced R
![RMarkdown](https://rdl.ink/render/https%3A%2F%2Fup.raindrop.io%2Fcollection%2Fthumbs%2F158%2F824%2F59%2F146b673e74ce991b178b2917a0fc5977.png?mode=crop&width=32&height=32&dpr=2)
RMarkdown
Introduction to Open Data Science
This is official open data science training for the Ocean Health Index.
Writing R Extensions
R Markdown Cookbook
This book showcases short, practical examples of lesser-known tips and tricks to helps users get the most out of these tools. After reading this book, you will understand how R Markdown documents are transformed from plain text and how you may customize nearly every step of this processing. For example, you will learn how to dynamically create content from R code, reference code in other documents or chunks, control the formatting with customer templates, fine-tune how your code is processed, and incorporate multiple languages into your analysis.
Package Development in R
This guide walks through the process of developing an R package
R for Excel Users
This is a workshop for RStudio::conf(2020) in San Francisco, California
GitHub
OneTab shared tabs
OneTab shared tabs
OneTab shared tabs
Introduction to pkgdown • pkgdown
Learn how to get started with the basics of pkgdown.
Manipulation of Microsoft Word and PowerPoint Documents • officer
Access and manipulate Microsoft Word and Microsoft PowerPoint documents from R. The package focuses on tabular and graphical reporting from R; it also provides two functions that let users get document content into data objects. A set of functions lets add and remove images, tables and paragraphs of text in new or existing documents. The package does not require any installation of Microsoft products to be able to write Microsoft files.
Code distribution • shinymeta
How to Automatically Document Data With the codebook Package to Facilitate Data Reuse - Ruben C. Arslan, 2019
Data documentation in psychology lags behind not only many other disciplines, but also basic standards of usefulness. Psychological scientists often prefer to i...
An Introduction to the printr Package - Yihui Xie | 谢益辉
The printr (read “printer” or “print R”) package is a companion package to knitr. Its main purpose is to extend the S3 generic function knit_print() in knitr, which is the …
17.1 Template structure | R Markdown: The Definitive Guide
The first official book authored by the core R Markdown developers that provides a comprehensive and accurate reference to the R Markdown ecosystem. With R Markdown, you can easily create reproducible data analysis reports, presentations, dashboards, interactive applications, books, dissertations, websites, and journal articles, while enjoying the simplicity of Markdown and the great power of R and other languages.
R Code Chunks
Turn your analyses into high quality documents, reports, presentations and dashboards with R Markdown. Use a productive notebook interface to weave together narrative text and code to produce elegantly formatted output. Use multiple languages including R, Python, and SQL. R Markdown supports a reproducible workflow for dozens of static and dynamic output formats including HTML, PDF, MS Word, Beamer, HTML5 slides, Tufte-style handouts, books, dashboards, shiny applications, scientific articles, websites, and more.
Chapter 18 Test drive R Markdown | Happy Git and GitHub for the useR
Using Git and GitHub with R, Rstudio, and R Markdown
Business Science University
Parameterize an R Markdown report using Shiny components — yml_params • ymlthis
R Markdown lets you add dynamic parameters to your report using the params YAML field (see the R Markdown book for examples); parameterized reports are also used in RStudio Connect. The values of these variables can be called inside your R Markdown document using params$field_name. There are several ways to change the values of the parameters: manually change the YAML, use the params argument in rmarkdown::render(), or knit with parameters, which launches a Shiny app to select values for each. yml_params() accepts any number of named R objects to set as YAML fields. You can also pass argume...
rstudio/bookdown: Authoring Books and Technical Documents with R Markdown
Authoring Books and Technical Documents with R Markdown - rstudio/bookdown
Reproducible Reporting with RMarkdown
njtierney/rmd4sci: Rmarkdown for Scientists
Rmarkdown for Scientists. Contribute to njtierney/rmd4sci development by creating an account on GitHub.
Pimp my RMD
R Markdown: The Definitive Guide
The first official book authored by the core R Markdown developers that provides a comprehensive and accurate reference to the R Markdown ecosystem. With R Markdown, you can easily create reproducible data analysis reports, presentations, dashboards, interactive applications, books, dissertations, websites, and journal articles, while enjoying the simplicity of Markdown and the great power of R and other languages.
R Markdown animated GitHub corner | Joshua Cook
How to add an animated GitHub corner to an R Markdown page.
RMarkdown Driven Development (RmdDD) | Emily Riederer
A workflow for refactoring one-time analyses to sustainable data products
Visual R Markdown