Description Usage Format Value Fields Public methods Examples
Rmarkdown documents which include information that is distributed over several files are ideally put into a single parent directory. For organisational reasons, it is easier to put the different files included in a Rmarkdown document into different subfolders according to their file-type. This structure is constant, except for the name of the Rmarkdown file which can easily be parameterized.
1 |
An object of class R6ClassGenerator of length 24.
R6 Object of type R6RmdDocInfo
docNameName of the document project
rmdPathPath where rmd-files are stored
figPathPath where figure source files are stored
pngPathPath where figure files that should be included in the document are stored
new()Instantiation of R6 object of class R6RmdDocInfo
setDocName(psDocName)setter for document project name
getDocPathgetter for field docName
setRmdPath(psRmdPath)setter for field rmdPath
getRmdPathgetter for field rmdPath
setFigPath(psFigPath)setter for field figPath
getFigPathgetter for field figPath
setPngPath(psPngPath)setter for field pngPath
getPngPathgetter for field pngPath
1 | r6objDocInfo <- R6RmdDocInfo$new(psDocName = "MyFirstRmdDoc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.