RMarkdown

RMarkdown

88 bookmarks
Custom sorting
Advanced R
Advanced R
·adv-r.hadley.nz·
Advanced R
Introduction to Open Data Science
Introduction to Open Data Science
This is official open data science training for the Ocean Health Index.
·ohi-science.org·
Introduction to Open Data Science
R Markdown Cookbook
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.
·bookdown.org·
R Markdown Cookbook
Package Development in R
Package Development in R
This guide walks through the process of developing an R package
·iqss.github.io·
Package Development in R
R for Excel Users
R for Excel Users
This is a workshop for RStudio::conf(2020) in San Francisco, California
·rstudio-conf-2020.github.io·
R for Excel Users
GitHub
GitHub
·one-tab.com·
GitHub
Manipulation of Microsoft Word and PowerPoint Documents • officer
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.
·davidgohel.github.io·
Manipulation of Microsoft Word and PowerPoint Documents • officer
An Introduction to the printr Package - Yihui Xie | 谢益辉
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 …
·yihui.name·
An Introduction to the printr Package - Yihui Xie | 谢益辉
17.1 Template structure | R Markdown: The Definitive Guide
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.
·bookdown.org·
17.1 Template structure | R Markdown: The Definitive Guide
R Code Chunks
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.
·garrettgman.github.io·
R Code Chunks
Parameterize an R Markdown report using Shiny components — yml_params • ymlthis
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...
·ymlthis.r-lib.org·
Parameterize an R Markdown report using Shiny components — yml_params • ymlthis
R Markdown: The Definitive Guide
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.
·bookdown.org·
R Markdown: The Definitive Guide