Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 608 Bytes

Introduction to R in French: Introduction à R

The French statistician and R trainer Vincent Guyader has translated the original introduction to R course (GitHub) to French. This repository contains all the source files, in French, that correspond to the course that is live on DataCamp.

# get latest version of datacamp
library(devtools)
install_github("datacamp/datacamp")

# upload all chapters
library(datacamp)
datacamp_login("[email protected]", "pass", "")
upload_course(upload_chapters = TRUE, open = FALSE)