View source: R/get_reproducibility_summary.R
get_reproducibility_summary | R Documentation |
This function returns a data frame, in which details
about reproduction attempts are collected. The data frame has
three columns named "Chunk","Variable", and "Success". Every row
in the data frame corresponds to one variable, for which reproducibility
was tested. Chunk
stores the name of the surrounding chunk, Variable
stores the name of the variable, and Success
is a boolean variable,
which indicates whether the reproduction attempt was successful.
get_reproducibility_summary(envir = .cache)
envir |
Environment to retrieve data from. This defaults to an internal package namespace. |
Returns a data.frame with three columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.