deparse_chapter: Based on the structured list representing a chapter file,...

Description Usage Arguments Examples

Description

Based on the structured list representing a chapter file, create the chapter file again.

Usage

1
deparse_chapter(chapter_list, chapter_file)

Arguments

chapter_list

structured list resulting from parse_chapter

chapter_file

Path of the file to which you want to write the list representing the chapter.

Examples

1
2
3
4
5
## Not run: 
chapter_list <- parse_chapter("path_to_file", htmlify = FALSE, check = FALSE)
deparse_chapter(chapter_list, "chapterX.Rmd")

## End(Not run)

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