MangoTheCat/cyclocomp

Add a function equivalent to cyclocomp + quote

richierocks opened this issue · 3 comments

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))
}

PR is welcome. :)

Hi @gaborcsardi . Since a PR that addresses this issue has been merged, can the issue be closed?

Hi, I don't have access to this repo any more.