Copyright | (C) 2013 Amgen Inc. |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
- r :: QuasiQuoter
- rsafe :: QuasiQuoter
Documentation
r :: QuasiQuoter Source #
An R value, expressed as an R expression, in R's syntax.
rsafe :: QuasiQuoter Source #
Quasiquoter for pure R code (no side effects) and that does not depend on the global environment (referential transparency). This means that all symbols must appear qualified with a package namespace (whose bindings are locked by default), the code must not affect R shared state in any way, including the global environment, and must not perform I/O.