Description Usage Arguments Value
A utility to make writing tests a bit easier and more reproducible
1 | write_test(file, header, expr, overwrite = FALSE, comparison = " > 10")
|
file |
The file the tests should be written to |
header |
The header to name the test section. Preferably short |
expr |
The expression to use for writing tests |
overwrite |
optional Whether to overwrite the existing file or append. Defaults to FALSE |
comparison |
optional The type of comparison to use for filter when creating the test. Currently ignored |
The input filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.