All Projects → njtierney → rmd4sci

njtierney / rmd4sci

Licence: other
Rmarkdown for Scientists

Programming Languages

TeX
3793 projects
CSS
56736 projects
r
7636 projects

Projects that are alternatives of or similar to rmd4sci

Bookdown Crc
A minimal example of using bookdown to write a book for Chapman & Hall/CRC
Stars: ✭ 50 (-55.75%)
Mutual labels:  book, rmarkdown, bookdown
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-85.84%)
Mutual labels:  science, rmarkdown, rstats
Bookdown
Authoring Books and Technical Documents with R Markdown
Stars: ✭ 2,768 (+2349.56%)
Mutual labels:  book, rmarkdown, bookdown
Tidy Text Mining
Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
Stars: ✭ 961 (+750.44%)
Mutual labels:  book, bookdown
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+2708.85%)
Mutual labels:  book, bookdown
Rmarkdown Book
R Markdown: The Definitive Guide (published by Chapman & Hall/CRC in July 2018)
Stars: ✭ 557 (+392.92%)
Mutual labels:  book, rmarkdown
21 Recipes
📕 An R/rtweet edition of Matthew A. Russell's Python Twitter Recipes Book
Stars: ✭ 69 (-38.94%)
Mutual labels:  book, rstats
Mlr3book
mlr3 manual
Stars: ✭ 89 (-21.24%)
Mutual labels:  book, bookdown
Adv R
Advanced R: a book
Stars: ✭ 2,000 (+1669.91%)
Mutual labels:  book, bookdown
Tidyversity
🎓 Tidy tools for academics
Stars: ✭ 155 (+37.17%)
Mutual labels:  science, rstats
R4ds
R for data science: a book
Stars: ✭ 3,231 (+2759.29%)
Mutual labels:  book, bookdown
githubdashboard
#rstats github flexdashboard
Stars: ✭ 40 (-64.6%)
Mutual labels:  rmarkdown, rstats
R4ds Exercise Solutions
Exercise solutions to "R for Data Science"
Stars: ✭ 226 (+100%)
Mutual labels:  rmarkdown, bookdown
Efficientr
Efficient R programming: a book
Stars: ✭ 616 (+445.13%)
Mutual labels:  book, rstats
Postcards
💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Stars: ✭ 208 (+84.07%)
Mutual labels:  rmarkdown, rstats
Countdown
⏲ countdown timer for R Markdown slides and HTML docs
Stars: ✭ 110 (-2.65%)
Mutual labels:  rmarkdown, rstats
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (-76.99%)
Mutual labels:  rmarkdown, rstats
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (-3.54%)
Mutual labels:  rmarkdown, rstats
Knitr Book
Dynamic Documents with R and knitr
Stars: ✭ 215 (+90.27%)
Mutual labels:  book, rmarkdown
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-87.61%)
Mutual labels:  rmarkdown, rstats

Netlify StatusProject Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis build status

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Rmarkdown for Scientists

This is a book on rmarkdown, aimed for scientists. It was initially developed as a 3 hour workshop, but is now developed into a resource that will grow and change over time as a living book.

This book aims to teach the following:

  • Getting started with your own R Markdown document
  • Improve workflow:
    • With rstudio projects
    • Using keyboard shortcuts
  • Export your R Markdown document to PDF, HTML, and Microsoft Word
  • Better manage figures and tables
    • Reference figures and tables in text so that they dynamically update
    • Create captions for figures and tables
    • Change the size and type of figures
    • Save the figures to disk when creating an rmarkdown document
  • Work with equations
    • inline and display
    • caption equations
    • reference equations
  • Manage bibliographies
    • Cite articles in text
    • generate bibliographies
    • Change bibliography styles
  • Debug and handle common errors with rmarkdown
  • Next steps in working with rmarkdown - how to extend yourself to other rmarkdown formats

Abstract aka "why should you read this"

For a scientific report to be completely credible, it must be reproducible. The full computational environment used to derive the results, including the data and code used for statistical analysis should be available for others to reproduce. R Markdown is a tool that allows you integrate your code, text and figures in a single file in order to make high quality, reproducible reports. A paper published with an included R Markdown file and data sets can be reproduced by anyone with a computer.

After completing this course, you will know how to:

  • Create your own R Markdown document
  • Create figures and tables that you can reference in text, and update with - your data
  • Export your R Markdown document to PDF, HTML, and Microsoft Word
  • Use keyboard shortcuts to improve workflow
  • Cite research articles and generate a bibliography We may, depending on time, also cover the following areas:
  • Change the size and type of your figures
  • Create captions for your figures, and reference them in text
  • Cite research articles and generate a bibliography
  • Debug and handle common errors

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].