Skip to contents

Read a padloc-db sys_meta.txt file.

Usage

read_sys_meta(file)

Arguments

file

Path to sys_meta.txt.

Value

A tibble::tibble().

Examples

sys_meta <- read_sys_meta(padlocdev_example("padloc-db/sys_meta.txt"))
sys_meta
#> # A tibble: 19 × 5
#>    system   type      yaml.name        search notes
#>    <chr>    <chr>     <chr>            <lgl>  <chr>
#>  1 BREX     other     brex_other       TRUE   NA   
#>  2 BREX     type I    brex_type_I      TRUE   NA   
#>  3 BREX     type II   brex_type_II     TRUE   NA   
#>  4 BREX     type III  brex_type_III    TRUE   NA   
#>  5 BREX     type IV   brex_type_IV     TRUE   NA   
#>  6 BREX     type V    brex_type_V      TRUE   NA   
#>  7 BREX     type VI   brex_type_VI     TRUE   NA   
#>  8 DRT      class I   DRT_class_I      TRUE   NA   
#>  9 DRT      class II  DRT_class_II     TRUE   NA   
#> 10 DRT      class III DRT_class_III    TRUE   NA   
#> 11 DRT      other     DRT_other        TRUE   NA   
#> 12 DRT      type I    DRT_type_I       TRUE   NA   
#> 13 DRT      type II   DRT_type_II      TRUE   NA   
#> 14 DRT      type III  DRT_type_III     TRUE   NA   
#> 15 DRT      type IV   DRT_type_IV      TRUE   NA   
#> 16 DRT      type V    DRT_type_V       TRUE   NA   
#> 17 Hachiman other     hachiman_other   TRUE   NA   
#> 18 Hachiman type I    hachiman_type_I  TRUE   NA   
#> 19 Hachiman type II   hachiman_type_II TRUE   NA