| make_test | R Documentation | 
Make a Test
make_test(
  expr,
  title = NA_character_,
  args = list(),
  tags = NULL,
  substitute = TRUE,
  reset_workers = FALSE,
  register = TRUE
)
| expr,substitute | The expression to be tested and whether it is passes as an expression already or not. | 
| title | (character) The title of the test. | 
| args | (optional) Named arguments. | 
| tags | (optional) Character vector of tags. | 
| reset_workers | (optional) Specifies whether background workers should futures. | 
| register | If TRUE, the test is registered in the test database, otherwise not. | 
(invisibly) A Test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.