check | R Documentation |
Checking whether an R output is really nice
check(x)
x |
An R object. Can be a list or vector, and values can be of type numeric, double, or character. |
x <- 23 * 3
check(x)
x <- c(1, 2, 3, 4, 5)
check(x)
x <- c("ten", "twenty", "thirty", "sixty nine")
check(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.