lax | R Documentation |
This temporarily removes the shims added by strict so that you can execute code that would otherwise not be allowed
lax(code)
code |
Code to execute. |
lax({
mtcars[, 1]
sapply(1:10, runif)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.