Transform the organisation units data frame from large to long format
get_org_unit_as_long(login, org_units = NULL)A data with three columns corresponding to the organisation unit names, IDs, and levels
The login object
A data frame of all the organisation units obtained from the
get_organisation_units() function. Default is NULL.