strict (version 0.0.0.9000)

lax: Be lax in an otherwise strict environment

Description

This temporarily removes the shims added by strict so that you can execute code that would otherwise not be allowed

Usage

lax(code)

Arguments

code

Code to execute.

Examples

Run this code
# NOT RUN {
lax({
  mtcars[, 1]

  sapply(1:10, runif)
})
# }

Run the code above in your browser using DataLab