Some outputs like in gl_list_group_projects() return a column for each tag.
That would be better with a list-column having a vector of tags.
- Identify which other functions do return multi-columns instead of a list-column
- Identify column names
- Combine in a list-column
Some outputs like in
gl_list_group_projects()return a column for each tag.That would be better with a list-column having a vector of tags.