Add a function equivalent to cyclocomp + quote
richierocks opened this issue · 3 comments
richierocks commented
Using cyclocomp
on expressions is a little clunky, since you always have to type cyclocomp(quote(expr))
.
It would be convenient to have a cyclocomp_q
function equivalent to this. This should work, but not fully tested:
cyclocomp_q <- function(expr) {
cyclocomp(substitute(expr))
}
gaborcsardi commented
PR is welcome. :)
russHyde commented
Hi @gaborcsardi . Since a PR that addresses this issue has been merged, can the issue be closed?
gaborcsardi commented
Hi, I don't have access to this repo any more.