title: "Test_Rmarkdown" author: "Bina" date: "24/07/2021" output: html_document: keep_md: yes
print("I love r")
## [1] "I love r"
print("R is a fantastic language")
## [1] "R is a fantastic language"
print("RStudio is just so cool")
## [1] "RStudio is just so cool"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.