Description Usage Arguments Value Examples
Exercism- and R-specific wrapper for testthat::auto_test()
that starts
testing your solution against the problem's test cases. Thus, you can improve
it iteratively, in a "test-driven"
manner.
1 | start_testing(slug)
|
slug |
a normalized, url-safe identifier for a problem e.g. "hello-world" |
Prints test reports
1 2 3 4 | ## Not run:
start_testing("hello-world")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.