Skip to contents

This function will merge the child ID's belonging to a single parent ID

Usage

GroupAsList(grouping)

Arguments

grouping

a grouping in the format (int=parent, int=child), as returned by EBX5

Value

grouping in the format int=parent list=(child1,child2, child3...)

Details

Using dplyr to reformat a grouping in a way to use groups in applications. The funcion was re-written in order not to use tibble::tibble, or dplyr::group_map as the shiny server server does not have compatible version installed.

See also

Author

Thomas Berger, thomas.berger@fao.org