Skip to content

Add eval.here function from surveiller #5

@TheZetner

Description

@TheZetner

if(eval.here){
profile <- purrr::map(profile, function(x) {
if (stringr::str_detect(x, "here::here")) {
x <- eval(rlang::parse_expr(x))
} else{
x
}
})

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