R/cut_path_items.R
cut_path_items.Rd
cut items off the end of a path
cut_path_items(x, ncut)
A path
The number of items to cut
A shortened path
if (FALSE) { # \dontrun{ deployment_dir <- "C:/temp/bb_demo//BB_Data/2023/RB1/2023-06-09" base_dir <- cut_path_items(deployment_dir, 3) } # }