datacamp (version 3.3.0)

datacamp_login: Log in to DataCamp.com via R

Description

To be able to upload your course to the DataCamp platform, you need to log in to set-up the connection. The function will prompt for your DataCamp username and password, and will then log you into the DataCamp server. Optionally, a subdomain can be specified (the default is www.DataCamp.com). Note, in addition to the log in via R, it is also necessary to log into DataCamp.com via your browser.

Usage

datacamp_login(email = NULL, pw = NULL, subdomain = NULL)

Arguments

email

Email of your DataCamp account

pw

Password of your DataCamp account

subdomain

The subdomain to login to.

Value

No return values.