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

Safe HaskellNone

RlangQQ.FN

Description

hMap FN drops the inner LVPair, which was just used to keep track of the variable name on the R side.

it could be replaced by unsafeCoerce with the right type signature

Documentation

data FN Source

Constructors

FN 

Instances

(~ * a (LVPair k t (LVPair k t2 x)), ~ * b (LVPair k t x)) => ApplyAB FN a b 

data NoLabel Source

Constructors

NoLabel 

Instances

~ * la (LVPair Symbol "" a) => ApplyAB NoLabel a la