Get a summary about all reproduction attempts
Source:R/get_reproducibility_summary.R
get_reproducibility_summary.RdThis 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.