+ - 0:00:00
Notes for current slide
Notes for next slide

Text is in Markdown code - people might be familiar with note taking apps that use Markdown. Allows for formatting of text to be through code.

02

Text

1 / 14

Headers

1

2 / 14

Text is in Markdown code - people might be familiar with note taking apps that use Markdown. Allows for formatting of text to be through code.

Headers

# HEADER 1
## HEADER 2
### HEADER 3
#### HEADER 4
##### HEADER 5
###### HEADER 6
3 / 14

Make sure that there is a space between the hashes and the text as it won't be picked up otherwise.

Headers

# HEADER 1
## HEADER 2
### HEADER 3
#### HEADER 4
##### HEADER 5
###### HEADER 6

HEADER 1

HEADER 2

HEADER 3

HEADER 4

HEADER 5
HEADER 6
3 / 14

Make sure that there is a space between the hashes and the text as it won't be picked up otherwise.

Navigating headers

4 / 14

Navigating headers

Screenshot of Headers Outline as appears in older versions of RStudio

Screenshot of Headers Outline as appears in newer versions of RStudio, includes the word Outline

4 / 14

RStudio updated is on the right.

Formatting Text

2

5 / 14

Formatting Text

**The Great British Bake Off**
(often abbreviated to _Bake Off_ or _GBBO_)
was originally broadcast on the ***BBC***.
6 / 14

Formatting Text

**The Great British Bake Off**
(often abbreviated to _Bake Off_ or _GBBO_)
was originally broadcast on the ***BBC***.

The Great British Bake Off (often abbreviated to Bake Off or GBBO) was originally broadcast on the BBC .

6 / 14

Using markdown language we format text as bold or italics.

You might notice that underline isn't covered, it's not included in markdown but can be done using html. However, it's not accessible for everyone so is best avoided.

Visual Markdown Editing

3

7 / 14

Visual Markdown Editing

Screenshot of Visual Editor button, looks like an A, also a compass

Screenshot of Visual Editor button, written out

8 / 14

Different versions of RStudio have different buttons.

As of RStudio version 1.4 there is now Visual Markdown Editing, located in the Editor pane (when an RMarkdown script is open)

Default to Visual Editor

Screenshot of Tools/Global Options/RMarkdown/Visual with option to make Editor view default

9 / 14

Lists

4

10 / 14

Lists

Must have a space return between the text and the bullet

The original cast included:
- Sue Perkins (_host_)
- Mel Giedroyc (_host_)
* Mary Berry (_judge_) and
* Paul Hollywood (_judge_).
In each episode, the amateur bakers are
given **three challenges** based on that
week's theme.
1. a signature bake,
1. a technical challenge,
1. a show-stopper.
11 / 14

Lists

Must have a space return between the text and the bullet

The original cast included:
- Sue Perkins (_host_)
- Mel Giedroyc (_host_)
* Mary Berry (_judge_) and
* Paul Hollywood (_judge_).
In each episode, the amateur bakers are
given **three challenges** based on that
week's theme.
1. a signature bake,
1. a technical challenge,
1. a show-stopper.

The original cast included:

  • Sue Perkins (host)
  • Mel Giedroyc (host)
  • Mary Berry (judge) and
  • Paul Hollywood (judge).

In each episode, the amateur bakers are given three challenges based on that week's theme.

  1. a signature bake,
  2. a technical challenge,
  3. a show-stopper.
11 / 14

The introduction to R training uses the code (@) but this doesn't work necessarily in {xaringan} slides.

Copying this into MS Teams loses the formatting so the space might get lost.

Hyperlinks

5

12 / 14

Hyperlink

Rounded brackets ()

The link to the [course material](https://philosopher-analyst.netlify.app/rmd-workshop/)

No brackets []

The link to the course material https://philosopher-analyst.netlify.app/rmd-workshop/
13 / 14

Hyperlink

Rounded brackets ()

The link to the [course material](https://philosopher-analyst.netlify.app/rmd-workshop/)

No brackets []

The link to the course material https://philosopher-analyst.netlify.app/rmd-workshop/



The link to the course material using a highlighted word




Writing the full url links to the same url: https://philosopher-analyst.netlify.app/rmd-workshop/

13 / 14

Next section...

14 / 14

Headers

1

2 / 14

Text is in Markdown code - people might be familiar with note taking apps that use Markdown. Allows for formatting of text to be through code.

Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow