R Markdown

Main Page

To use R Markdown, you need to install several packages called yaml, htmltools, caTools, bitops, evaluate. To do so, follow these steps

install.packages("yaml", lib="Z:/Mes_Documents/libR") install.packages("htmltools", lib="Z:/Mes_Documents/libR") install.packages("caTools", lib="Z:/Mes_Documents/libR") install.packages("bitops", lib="Z:/Mes_Documents/libR") install.packages("stringi", lib="Z:/Mes_Documents/libR") install.packages("stringr", lib="Z:/Mes_Documents/libR") install.packages("evaluate", lib="Z:/Mes_Documents/libR")

Then in R, choose

12/9/2018