Skip to content

Ensure all examples work and test file matches name of source file #63

@rjake

Description

@rjake

examples for full_argument_names throw errors

full_argument_names(expression(gsub(' ', '_', 'a b c')))
# Error in args(eval(x_fn[[1]])) : could not find function "a_b_c" 

This works though

full_argument_names(parse(text = "gsub(' ', '_', 'a b c')")[[1]])

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