2024-01-18
Here goes some markdown.
Here’s the code output printed as markdown:
cat("### 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
Some list:
cond | rating |
---|---|
A | -0.5585592 |
A | 0.4131507 |
A | 0.1607212 |
A | -0.6190861 |
A | 0.0923244 |
A | 0.1346139 |