View source: R/create-hiearchy.R
create_hierarchy | R Documentation |
Uses the Organisation unit metadata file to generate a wide datatable of the organisation unit hierarchy from Level 3 to Level 7.
create_hierarchy(
ou_metadata = NULL,
aws_s3_bucket = Sys.getenv("AWS_S3_BUCKET"),
cache_folder = NULL
)
ou_metadata |
Dataframe containing organisation unit metadata. |
aws_s3_bucket |
The URL for the particular bucket being accessed. |
Dataframe containing wide format organisation unit hierarchy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.