ttm_i | R Documentation |
Iteration count for ttm()
ttm_i()
int for ttm iteration, starting at 1
ttm(100, {
x <- runif(1)
cat('ttm i =', ttm_i(), 'n =', ttm_n(), 'x =', x, '\n')
ttm_expect_true(x < 0.1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.