Get report config information

get_report_config_info(template = "default")

Arguments

template

a character vector of templates you want info from. If "all" then all templates are shown

Value

dataset wih report template information

Examples

{
get_report_config_info(template = "default")
}
#> Rows: 66 Columns: 9
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: "\t"
#> chr (6): Type, Veldnaam, Tabel, Afkorting, Kolom, Beschrijving
#> dbl (3): template:all, template:default, template:minimal
#> 
#>  Use `spec()` to retrieve the full column specification for this data.
#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.
#> # A tibble: 66 × 7
#>    Type   Veldnaam         Tabel Afkorting Kolom Beschrijving `template:default`
#>    <chr>  <chr>            <chr> <chr>     <chr> <chr>                     <dbl>
#>  1 select Sleutel          fact… expr      conc… VERPLICHT                     1
#>  2 select LimsStaalNummer  dimS… s         LIMS… VERPLICHT B…                  2
#>  3 select OrigineelStaal   dimS… s         LIMS… VERPLICHT: …                  3
#>  4 select Project          fact… r         Proj… VERPLICHT: …                  4
#>  5 select LaboCode         dimS… s         LabS… De interne …                  5
#>  6 select ContractID       dimC… c         Cont… Contractnaam                  6
#>  7 select Klant            fact… r         Cust… Identificat…                  7
#>  8 select Verantwoordelij… dimP… p         Resp… Labo verant…                  8
#>  9 select LaboLimsGroep    dimP… p         Proj… Veiligheids…                 NA
#> 10 select ExternSampleID   dimS… s         Fiel… Veldcode vo…                  9
#> # ℹ 56 more rows