Metadata inferred about R objects or dynamic documents is stored in FeatureSet objects specific. Specific types of featuresets have specific additional metadata they contain, beyond the standard metadata inferred about all results, and represented by the core FeatureSet class.
usercharacter The user who submitted the result
regdatePOSIXct The date/time the result was recorded
analysispkglist The R package associated with the result (because the working directory was within the package's directory structure).
uniqueidcharacter The uniqueid of the result
tagscharacter Additional tags associated with the result
analysisfilecharacter The .R file active when there result was recorded (RStudio IDE only)
rstudioprojectcharacter The RStudio project active when the result was recorded (RStudio IDE only)
generatedincharacter The uniqueid of the Rmd file the result was generated in, if applicable
codecharacter The code used to generate the result (by default, as captured by histry)
codeinfoScriptInfo the ScriptInfo for the code
sessioninfosinfoOrList The session info at the time the result was recorded
isplotlogical Whether the result is a plot
fsetklasscharacter The FeatureSet subclass for the result
trackrversioncharacter The exact version of the trackr package used to record the result.
clineargscharacter The commandline arguments passed to R when starting the session the result was recorded from
resultURIcharacter The URI associated with the result, see featureset constructor documentation.
extrametadatalist Any extra metadata associated with the result.
titlesTitle and subtitle of the plot object; a named list of the form list(main = "My title", sub = "My subtitle").
klasscharacter The R object class of the result
objectANY The object itself, or NULL if the object is not available.
varscharacter The variable names for a data.frame result
varclassescharacter the variable classes for a data.frame result
varsummarieslist summaries for
objectANY The object itself, or NULL if the object is not available.
dataA list of data.frames containing the variables and observations used in the plot.
varlabelsVariable labels of the plot object; a named list of the form list(x = "X axis label", y = "Y axis label", groups = list(...)). Note that non-empty labels are character vectors and may contain more than one entry.
annotation.textAnnotation text of the plot object.
vartypesVariable types of the plot object; a named list of the form list(x = "numeric", y = "factor", ...).
groupingGrouping information on the plot object; a named list.
coordsysA character vector describing the coordinate system employed in the plot.
nobsAn integer representing the number of observations in the plotted data.
haslegendA boolean indicating whether or not a legend is displayed in the plot.
tagsA character vector of user-defined tags.
codeR code to reproduce the plot, as a CodeDepends::Script object. May be empty.
codeinfoInformation about the R code to reproduce the plot, as a CodeDepends::ScriptInfo object. May be empty.
geomA named list of parameters for geometric objects in each layer of the ggplot.
statA named list of parameters for statistical transforms in each layer of the ggplot.
positionA named list of positioning information in each layer of the ggplot.
num.layersAn integer representing the number of layers in the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.