Read a padloc-db sys_groups.txt file.
Examples
sys_groups <- read_sys_groups(padlocdev_example("padloc-db/sys_groups.txt"))
sys_groups
#> # A tibble: 19 × 2
#> yaml.name group
#> <chr> <chr>
#> 1 brex_other group_1
#> 2 brex_type_I group_1
#> 3 brex_type_II group_1
#> 4 brex_type_III group_2
#> 5 brex_type_IV group_2
#> 6 brex_type_V group_2
#> 7 brex_type_VI group_2
#> 8 DRT_class_I group_4
#> 9 DRT_class_II group_4
#> 10 DRT_class_III group_4
#> 11 DRT_other group_4
#> 12 DRT_type_I group_4
#> 13 DRT_type_II group_4
#> 14 DRT_type_III group_4
#> 15 DRT_type_IV group_4
#> 16 DRT_type_V group_4
#> 17 hachiman_other group_5
#> 18 hachiman_type_I group_5
#> 19 hachiman_type_II group_5