author_chapter: Generate chapter file

Description Usage Arguments Examples

Description

Generate a chapter file with 3 exercise templates so you can start right away.

Usage

1
author_chapter(lang, title = NULL, description = NULL, internal = FALSE)

Arguments

lang

Programming language of the chapter

title

Title of the the chapter (optional)

description

Description of the chapter (optional)

internal

Do not touch this parameter (for internal use)

Examples

1
2
3
4
5
6
7
8
## Not run: 
author_chapter(lang = "python")
author_chapter(lang = "r")
author_chapter(lang = "r",
               title = "My Chapter",
               description = "This is my chapter!")

## End(Not run)

Data-Camp/datacamp documentation built on May 6, 2019, 1:38 p.m.