Skip to content

Add a function equivalent to cyclocomp + quote #12

Description

@richierocks

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions