buildAll: Build an Rmarkdown file or directory of files into html

Description Usage Arguments

View source: R/buildAll.R

Description

This function is to make it easier to build pages from Rmd files in my personal webspace It is a bit of a work in progress I am trying to keep it logical and not have too many exceptions that need special cases. At the moment I have not sorted out index pages for the private and public directories

Usage

1
2
3
buildAll(project, file = "*", outstub = "",
  outdir = "/homes/pschofield/", indir = "/Users/pschofield/git_tree/",
  explicit = FALSE, outType = "html_document", interact = FALSE)

Arguments

project

the name of the project

file

the name of the file (this is the file stub without path or extention)

outdir

the location where the output file will be written

indir

the path to the input file

explicit

boolean specifies that the paths will be use rather than constructed

outType

character string type of output 'all' will make all


PietaSchofield/plibb documentation built on May 6, 2019, 6:45 p.m.