knitr::opts_chunk$set(echo = FALSE, eval = TRUE, out.width = '75%')

Overview

Update This Template


Render The Document

Markdown Options

Text Formatting


Unordered Lists


Ordered Lists

  1. One thing
  2. Another thing

Equations

Inline LaTeX: $y_i = \beta_0 + \beta_1x_i + \varepsilon_i$


Standalone LaTeX:

$$y_i = \beta_0 + \beta_1x_i + \varepsilon_i$$


R Code

Embed R code:

mean_speed <- mean(cars$speed)
mean_speed

Access R objects: The mean speed of the cars dataset is r mean_speed.


Images

Insert an image from the images/ subdirectory:

![This caption describes the image.](images/file_path.jpg)

Citations


Footnotes

Insert a footnote anywhere.[^my-note]

[^my-note]: Citations and footnotes will be formatted automatically when you render the document.

References



rmlane/bscContentHelpers documentation built on Jan. 30, 2024, 9:43 a.m.