pubGoD: render the current document

Description Usage Arguments Details

View source: R/pubGoD.R

Description

renders the named document and puts the output html file in the correct location in my filespace This currently assumes that I have mounted my troodon home directory to the local host via sshfs which is available from OSXFUSE. Default paths are configured for my code locations.

Usage

1
2
3
4
5
6
pubGoD(fileName = .curFile, projDir = .curProj, inDir = NULL,
  outDir = NULL, open = "html",
  rootDir = "/Users/pschofield/Projects",
  codeDir = "/Users/pschofield/Code/CRUK", sourcecopy = F, toPDF = F,
  toDOCX = F, toHTML = T, godRoot = "/Volumes/pietame/public_html",
  toGoD = F)

Arguments

fileName

file name

projDir

project name

inDir

override codeDir construction with exact path

outDir

copy to specific output subdirectory

open

view the output file

rootDir

root of output tree

codeDir

code tree path

sourceCopy

copy source to the output location too

toData

make a copy of the output in another public location

dataDir

secondary location for copy

locOnly

write output to local hardrive rather than network share

Details

Been making changes to this to use bookdown document styles


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