R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

# ---
# title: "Hello R Markdown"
# author: "[Prof. Steven Dutt-Ross](https://dataunirio.github.io/)"
# categories: ["R"]
# tags: ["R Markdown", "plot", "regression"]
# output:
#   html_document:
#     theme:
#        bootswatch: journal
#        bg: "#301934"
#        fg: "#DFFF00"
#        primary: "#ED79F9"
#        heading_font: 
#          google: Sen
#        base_font:
#          google: Sen
#        code_font:
#          google: JetBrains Mono
#   toc: true
#   toc_float: true
#   code_folding: hide             
#---
#knitr::opts_chunk$set(echo = TRUE,message = FALSE, warning = FALSE,comment = NA)

Including Plots

You can also embed plots, for example:

Header
A kitten card

The image at the top of this card is from placekitten.com. It's very cute

Header
A kitten card

The image at the top of this card is from placekitten.com. It's very cute

A kitten card

His enim rebus detractis negat se reperire in asotorum vita quod reprehendat. Haec para/doca illi, nos admirabilia dicamus. Beatus sibi videtur esse moriens.

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

Starting R markdown

An introduction to R markdown. The target audience is a novice R user with no previous experience with markdown.

Starting ggplot2

An introduction to ggplot2. The target audience is a novice user with no previous experience with R or ggplot2.

Starting programming

This is primarily a tutorial on making generative art in R, but in doing so introduces core programming constructs and data structures. It is assumed the user has some previous experience with ggplot2.

The goal of bs4cards is to make this task a little easier inside an R markdown document or website.