
//Property: name
"name": "Introduction to Rmarkdown"

//Property: abstract
"abstract": "This folder is a support to understand the changes from R file to Rmd file."

//Property: author
"author":  [
  {
    "@type": "Person",
    "name": "Audrey Onfroy",
    "email": "audrey.onfroy@inserm.fr"
  }

]

//Property: description
"description": "This folder is a support to understand the changes from R file to Rmd file. There are three files : R basic file with R code, Rmd file embedding the R basic file and applying programming best practices, and compiled Rmd file in html file."

//Property: audience
"audience": {
    "@type": "Audience",
    "audienceType": "beginner wet-lab biologist, starting at graduate level" 
}

//Property: educationalLevel
"educationalLevel": "Beginner"

//Property: inLanguage
"inLanguage": ["en-US"]
  
//Property: teaches
"teaches": [
    "The student will be able to convert a R file to a Rmd file",
    "The student will be able to apply programming best pratices while writting R and Rmd code", 
]

//Property: keywords
"keywords": "programming, notebook, R, Rmd, rmarkdown, knit, best pratices, html, compilation"

//Property: learningResourceType
"learningResourceType": ["presentation", "code"]

//Property: license
"license": ["https://creativecommons.org/licenses/by-sa/4.0/"]

//Property: dateModified
"dateModified": "2024-10-28T00:00:00+02:00"

