test_examples {testthat} | R Documentation |
These helper functions make it easier to test the examples in a package. Each example counts as one test, and it succeeds if the code runs without an error.
test_examples(path = "../../man") test_example(path)
path |
For |