Each R markddown file contains three types of text:
formating is done using marks
# Header
## Header 2
bold with double-asterisks
italics with underscores
code-type
font with backticks
write in the bracketes after letter “r” or as general statment e.g. knitr::opts_chunk$set(echo = TRUE) on the beginning
Sometimes is good to have formated text also inside the chunks e.g. when you create the figures or data analysis by loop
cat
start for headerknitr::kable()
formated tableID | strain | sex | group | cohort |
---|---|---|---|---|
064-EPL19 | 2510009E07Rik (indel) | Male | Male KO_E07Rik | c007 |
064-EPL20 | 2510009E07Rik (indel) | Male | Male KO_E07Rik | c007 |
064-EPL40 | 2510009E07Rik (indel) | Male | Male KO_E07Rik | c007 |
064-EPL69 | 2510009E07Rik (indel) | Male | Male KO_E07Rik | c007 |
064-EPL75 | 2510009E07Rik (indel) | Male | Male KO_E07Rik | c007 |