Create a bookdown project with multiple book output formats, including HTML. Choose one of two HTML book output formats:
Details
Use
create_gitbook()
to usebookdown::gitbook()
output formatUse
create_bs4_book()
to use abookdown::bs4_book()
output format
The function will create a folder with file structure for a bookdown project, and example files with information on how to start.