hillbs / datacamp

R package to create interactive courses for www.datacamp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

Build Status codecov.io

Everybody can teach on DataCamp with the datacamp R package. It helps you in geting started on creating DataCamp course files, which are simple Markdown files. Next, you can upload these course files to DataCamp's servers with easy-to-use functions, making the course available for everybody on DataCamp.

Installation

install.packages("devtools")
library(devtools)
install_github("datacamp/datacamp")

Getting Started

library(datacamp)

# Log in to DataCamp through R
datacamp_login()

# Author a new course in your current working directory
author_course(lang = "r")

# Upload your course to DataCamp
upload_course()

Wiki Docs

Detailed documentation on using the datacamp package can be found in the wiki.

Questions or problems?

For more details, questions and suggestions, you can contact support@datacamp.com.

About

R package to create interactive courses for www.datacamp.com

License:Other


Languages

Language:R 100.0%