Glue variables into here::here() path

ghere(..., .envir = rlang::caller_env())

Arguments

...

Passed to [here::here()].

.envir

Passed to [glue::glue()].

Value

The path with class character after string interpolation.

Examples

if (FALSE) { # \dontrun{
 run <- 12345
 ghere("deliv", "figure", "{run}")
} # }