Replay a list of evaluated results.
Replay a list of evaluated results, as if you'd run them in an R terminal.
replay(x)
x |
result from |
samples <- system.file("tests", "testthat", package = "evaluate") if (file_test("-d", samples)) { replay(evaluate(file(file.path(samples, "order.r")))) replay(evaluate(file(file.path(samples, "plot.r")))) replay(evaluate(file(file.path(samples, "data.r")))) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.