Description Usage Arguments Examples
Transcribe R object assert conditions
1  | 
x | 
 R object  | 
desc | 
 test name. Default adopt object name.  | 
seal | 
 which output testthat script  | 
detail | 
 
  | 
... | 
 Arguments passed on to  
  | 
1 2 3 4 5 6 7 8  | ## Not run: 
x <- 1:3L; transcribe(x)
transcribe(3.14, seal = FALSE)
transcribe(letters, load_testthat = TRUE, ts = FALSE)
x <- iris$Species; transcribe(x)
transcribe(iris)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.