testthat_examples() retrieves path to directory of test files,
testthat_example() retrieves path to a single test file.
testthat_examples() testthat_example(filename)
| filename | Name of test file |
|---|
#> [1] "test-failure.R" "test-success.R"testthat_example("success")#> [1] "/data/GHE/mpn/deployment/deployments/2021-01-04/renv/library/R-3.6/x86_64-pc-linux-gnu/testthat/examples/test-success.R"