[BlindRUG] Question about R Markdown

Niels Luithardt niels.luithardt at googlemail.com
Fri Mar 19 21:45:13 UTC 2021


Hello,

I have a question about RMarkdown:

I want to create a .rmd file and I have thought of the following example for it:

dice<-sample(1:6,50,replace=TRUE)
table(dice)
round(table(dice)/50,digits = 3)
barplot(table(dice),width=1,col="blue", cex.axis=2.8,cex.names=2.8)
 What must be the rest of the markdown file for my code to be
processed successfully?

I would be very pleased about answers!

Kind regards

Niels



More information about the BlindRUG mailing list