Rlang-QQ-0.3.1.0: quasiquoter for inline-R code

Safe HaskellNone
LanguageHaskell2010

RlangQQ.Internal

Contents

Synopsis

the main quoter

quoteRExpression2 :: Int -> Bool -> String -> Q Exp Source

going via binary serialization (classes from RlangQQ.Binary). This is used in r

utility functions

dropHS :: [Char] -> [Char] Source

go from the variable name used on the R-side to the one in the haskell side

label :: [Char] -> ExpQ Source

HList label

converting R's AST

hsVars :: Tree String -> [String] Source

gets variables like abc provided the R file contained hs_abc

data Intent Source

what is the usage of a hs_ variable on the R side?

Constructors

In

only read

Out

only assigned to

InOut

both

Instances

tests

global variable quote index