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

Safe HaskellNone

RlangQQ.FN

Description

hMap FN drops the inner Tagged, 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 (Tagged k t (Tagged k t2 x)), ~ * b (Tagged k t x)) => ApplyAB FN a b 

data NoLabel Source

Constructors

NoLabel 

Instances

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