opts_knit$set(base.dir='./', fig.path='', out.format='md')
opts_chunk$set(prompt=TRUE, comment='', results='markup')
# See yihui.name/knitr/options for more Knitr options.
##### Put other setup R code here

Publishing a Gitbook to Github

The final step is to publish your Gitbook to Github. The publishGitbook is a wrapper to git that will publish your Gitbook to the gh-pages branch of the specified repository.

publishGitbook('jbryer/Rgitbook')

The parameters for the publishGitbook function are:



jbryer/Rgitbook documentation built on May 18, 2019, 7:01 p.m.