Skip to content

Add a function equivalent to cyclocomp + quote #12

@richierocks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions