# NOT RUN {
# Get all subjects
all_subjects <- get_subjects()
# Or get (sub)subjects for specific subjects
some_subjects <- get_subjects(subjects = c("2", "3"))
# Get all subject hierarchy for a given subject
subject_with_hierarchy <- get_subjects(subjects = "2", recursive = TRUE)
# }
Run the code above in your browser using DataLab