Description Usage Arguments Examples
Deparsing transforms unevaluated expressions into character vectors.
1  | deparsesTo(expected)
 | 
expected | 
 object passed to the matcher function.  | 
1 2 3 4  | ## Not run: 
assertThat(unlist(quote(sin(3.14)), recursive = FALSE), deparsesTo("sin(3.14)"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.