2024-01-18

Presentation chaddery

How to make presentations with R

Here goes some markdown.
Read to the end to see the presentation itself!.

Here’s the code output printed as markdown:

cat("### Hello there!")

Hello there!

And the code with no output:

library(ggplot2)
library(ggthemes)

See, no output!

Also python code:

# you would need "reticulate" package for that
def say(x):
    print("I say: " + x)

say("hello")
## I say: hello

Graph with columns

Some list:

  • bullet 1
  • bullet 2
  • bullet 3

hidden code block and table

cond rating
A -0.5585592
A 0.4131507
A 0.1607212
A -0.6190861
A 0.0923244
A 0.1346139