Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in quasiquotes

How can I get the string of Haskell code (along with the value)

haskell quasiquotes

Using rlang::sym inside list definition

r tidyr rlang quasiquotes

Named vector "by" arguments for `dplyr::_join` functions [duplicate]

Using a quasiquoted argument to a function within a purrr:map call

r quasiquotes

mockery::mock and mockery::stub do not work properly with quasiquotation?

Only strings can be converted to symbols within a function in R

Why is plotly() and enquo + !! in conflict?

tidyr use glue strings later in function

Rlang nested quotation fails for tibble but works for data.frame

r rlang tidyeval quasiquotes

using `rlang` quasiquotation with `dplyr::_join` functions

r dplyr rlang quasiquotes

Why is it possible to use unquote-splicing on a non-list at the end of a quasiquoted list?

Haskell: Making Quasi-Quoted values strict / evaluated at compile-time

dplyr function with optional grouping only when argument provided

Why is the @ sign needed in this macro definition?