Skip to content

DianeBeldame/courses-intro-to-r-french

 
 

Repository files navigation

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("french@datacamp.com", "pass", "")
upload_course(upload_chapters = TRUE, open = FALSE)

About

French version of the introduction to R course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published