Skip to content

Use rlang::enexpr() to capture the expressions #66

@krlmlr

Description

@krlmlr

Currently, I'm using

rlang::inject(job::empty(!!var1, !!var2, ...))

to make sure that I pass actual values to the code, and not the variables (which may be available with the default import = "auto", but I never tried). If job used rlang to capture the expressions, I could avoid the inject() .

For portable function calls, have you seen the carrier package? https://cran.r-project.org/web/packages/carrier/index.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions