upload_chapter: Upload a chapter to www.datamind.org

Description Usage Arguments Value Examples

View source: R/course_creation.R

Description

Before calling this function you should have logged into datamind.org with datamind_login function. The function parses the chapter using the slidify function, then upload the result to datamind.org and shows you

Usage

1
2

Arguments

inputFile

Path to the ".Rmd" file to be uploaded

open

Boolean, TRUE by default, determines whether a browser window should open, showing the course creation web interface

...

Extra arguments to be passed to the slidify function under the hood

Value

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

Examples

1
upload_chapter(inputFile="myChapterName.Rmd")

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