Run code with the working directory set to the uv project root
Source:R/project.R
with_project_root.RdEvaluates code with the working directory temporarily set to the root of the uv project containing the given path.
Examples
if (FALSE) { # \dontrun{
with_project_root({
uv("lock")
})
} # }