DynDoc-class {DynDoc} | R Documentation |
The DynDoc class is used to represent dynamic documents and vignettes in R.
indexEntry
:"character"
The
IndexEntry value from the document filetitle
:"character"
The name of
the documentpath
:"character"
The path to
the locally stored filepdfPath
:"character"
The path
to a PDF rendition of the documentdepends
:"character"
Any
package dependencies for the documentrequires
:"character"
Any
requires level dependencies for the documentsuggests
:"character"
Any
suggests level dependencies for the documentkeywords
:"character"
Any
keywords for the documentcodeChunks
:"chunkList"
The
code chunks contained in this documentsignature(object = "DynDoc")
: Display information
about the dynamic documentsignature(object = "DynDoc")
: A more succinct
informational displaysignature(object = "DynDoc")
: Returns the code
chunks - currently in only for historical compatability with old codesignature(object = "DynDoc")
: Returns the
code chunkssignature(object = "DynDoc")
: Will evaluate
the R code contained in a chunksignature(object = "DynDoc")
: Retrieves a
specific code chunksignature(object = "DynDoc")
: Obtain the
Depends slot of the objectsignature(object = "DynDoc")
: Obtain the
keywords slot of the objectsignature(object = "DynDoc")
: A get method
for the requires slot of this objectsignature(object = "DynDoc")
: Obtain the
suggests slot of this objectsignature(object = "DynDoc")
: Obtain the
indexEntry slot of this objectsignature(object = "DynDoc")
: Returns the
number of code chunks for this document signature(object = "DynDoc")
: Obtain the path
slot of this objectsignature(object = "DynDoc")
: Obtain the
pdfPath slot of this objectsignature(object = "DynDoc")
: Change the
code for one of the code chunks.Jeff Gentry
##---- Should be DIRECTLY executable !! ----