datamind_login: Login in to www.datamind.org

Description Usage Arguments Value Examples

View source: R/course_creation.R

Description

Logging in to www.datamind.org will allow you to upload your chapters written in R markdown to datamind.org, where they are converted into interactive exercises. The function will store a token in the .DATAMIND_ENV environment.

Usage

1
2
 
datamind_login(email, password) 

Arguments

email

Email used to log into datamind.org

password

Password used to log into datamind.org

Value

The datamind_login function does not return a value but it is called for its side effect as described above.

Examples

1
datamind_login(email="test@test.com",password="testtest")

jonathancornelissen/datamind documentation built on May 19, 2019, 7:28 p.m.