R/get_path_name.R

Defines functions get_path_name

get_path_name <- function(path_id, dest_paths) {
  names(dest_paths)[sapply(dest_paths, function(x) path_id %in% x)]
}

Try the twig package in your browser

Any scripts or data that you put into this service are public.

twig documentation built on April 12, 2025, 2:08 a.m.