Description Usage Arguments Examples
Convenience function for running animint tests.
1 |
dir |
character string with the path to animint's source code. Defaults to current directory |
filter |
If not NULL, only tests with file names matching this regular expression will be executed. Matching will take on the file name after it has been stripped of "test-" and ".r". |
1 2 3 4 5 6 7 8 | ## Not run:
# run tests in test-rotate.R with Firefox
tests_init("firefox")
tests_run(filter = "rotate")
# clean-up
tests_exit()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.