setup_abj_book: Setup ABJ book

Description Usage Arguments Examples

Description

Creates ABJ book file structure. It will contain all the files that you need to compile your new book. You should start by running Ctrl+Shift+B (build) on index.Rmd using RStudio. If it runs successfully, your output will be in the _book folder

Usage

1
setup_abj_book(name, path = ".")

Arguments

name

Name of the book. You may create a folder with this name before running this function.

path

Path to the book folder. Your book files will be inside /path/folder/name.

Examples

1
2
3
4
5
## Not run: 
dir.create("exampleBook")
abjBook::setup_abj_book("myNewBook", path = "exampleBook")

## End(Not run)

abjur/abjBook documentation built on May 10, 2019, 4:11 a.m.