Get disease directory names
get_disease_names.Rd
Retrieves the names or paths of disease directories within the project structure.
Examples
root_dir <- system.file("extdata", "example-nl", "Reference_Data", package = "hiaR")
get_disease_names(root_dir)
#> D:/a/_temp/Library/hiaR/extdata/example-nl/Reference_Data/Diseases
#> └── Lung_Cancer
get_disease_names(root_dir, return_paths = TRUE)
#> D:/a/_temp/Library/hiaR/extdata/example-nl/Reference_Data/Diseases
#> └── Lung_Cancer