https://github.com/jvcasillas/rmd_workshop
Workshop on R Markdown for SeNSS
https://github.com/jvcasillas/rmd_workshop
literate-programming r rmarkdown workshop-materials
Last synced: 3 months ago
JSON representation
Workshop on R Markdown for SeNSS
- Host: GitHub
- URL: https://github.com/jvcasillas/rmd_workshop
- Owner: jvcasillas
- Created: 2021-05-22T02:11:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T18:54:23.000Z (about 4 years ago)
- Last Synced: 2025-04-04T09:36:14.010Z (6 months ago)
- Topics: literate-programming, r, rmarkdown, workshop-materials
- Language: HTML
- Homepage: https://www.jvcasillas.com/rmd_workshop/index.html
- Size: 13.3 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "Is your code ready for publication? A practical introduction to R Markdown"
date: "Last update: `r Sys.Date()`"
output: github_document
---In this workshop participants will learn how to use R Markdown and knitr to produce literate documents, i.e., documents that combine both narrative text and code.
We will focus on learning best practices to ensure our analyses are shareable, efficient, and reproducible.
Though the focus will be on scientific articles, we will also learn about how R Markdown can be used to generate static and dynamic output formats including HTML, PDF, MS Word, Beamer, HTML5 slides, Tufte-style handouts, books, dashboards, shiny applications, and websites.
No prior experience is needed.
Participants should have a working version of [R](https://cran.r-project.org) and [RStudio](https://www.rstudio.com/products/rstudio/) installed beforehand.
All resources will be freely available at [https://github.com/jvcasillas/rmd_workshop](https://github.com/jvcasillas/rmd_workshop)