R/path.R
ghere.Rd
Glue variables into here::here() path
ghere(..., .envir = rlang::caller_env())
Passed to [here::here()].
Passed to [glue::glue()].
The path with class character after string interpolation.
if (FALSE) { # \dontrun{ run <- 12345 ghere("deliv", "figure", "{run}") } # }