Description Usage Arguments Details
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.
1 2 3 4 5 6 7 8 9 | rc(fileName = .curFile, projDir = .curProj, dirStatus = "Projects",
inDir = NULL, outDir = NULL, open = "html",
godPath = "public_html/work/Projects",
rootDir = file.path(Sys.getenv("HOME"), dirStatus),
codeDir = file.path(Sys.getenv("HOME"), dirStatus),
sysId = Sys.info()["sysname"], setGH = F, silent = F,
htmlApp = "firefox", pdfApp = "evince", wordApp = "loffice",
sourcecopy = F, toPDF = F, toDOCX = F, toHTML = T, upload = T,
setWH = F, setPI = F)
|
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 |
setWH |
sets this file as the home file in the work directory |
setPI |
sets this file as the home file in the work directory |
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 |
Been making changes to this to use bookdown document styles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.