R/utils.R

Defines functions path_canonical

#' @importFrom magrittr %>%
#' @export %>%
NULL

#' @importFrom rlang %||%
#' @export %||%
NULL

path_canonical <- function(path) fs::path_abs(fs::path_norm(fs::path_expand(path)))
mvanhala/rutils documentation built on Feb. 13, 2023, 9:08 a.m.