## Not run:
# # This example shows how to record provenance for an R script and view the recorded
# information.
# library(recordr)
# rc <- new("Recordr")
# record(rc, "./myScript.R", tag="Simple script recording #1")
# listRuns(rc, tag="recording #1")
# viewRuns(rc, tag="recording #1")
# ## End(Not run)
Run the code above in your browser using DataLab