Show available fields
get_all_report_fields()
dataset containing 2 colums: the name of a field in the database and the corresponding description
{
get_all_report_fields()
}
#> 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: 54 × 2
#> Veldnaam Beschrijving
#> <chr> <chr>
#> 1 Sleutel VERPLICHT
#> 2 LimsStaalNummer VERPLICHT BEHOUDEN: Intern staalnummer van het LIMS sys…
#> 3 OrigineelStaal VERPLICHT: De code waar alle resultaten van een staal i…
#> 4 Project VERPLICHT: Projectnaam
#> 5 LaboCode De interne labocode van het staal
#> 6 ContractID Contractnaam
#> 7 Klant Identificatie van de klant
#> 8 VerantwoordelijkLabo Labo verantwoordelijk voor de uitvoering of management …
#> 9 LaboLimsGroep Veiligheidsgroep voor het LIMS systeem
#> 10 ExternSampleID Veldcode voor een staal die de klant meegeeft aan het l…
#> # ℹ 44 more rows