Description Usage Arguments Value
The format specification used in the SQL program that imports the carcass data into the database are extracted and collected into a tibble where each column in the KLDAT input file is listed with the start position.
1 2 3 4 5 | extract_kldat_fmt(
ps_sql_prg_path,
ps_sql_exp_routine = "ImportSchlachtdatenTvd",
ps_exp_pattern = "rowSTV.STV"
)
|
ps_sql_prg_path |
path to SQL program from where format is extracted |
ps_sql_exp_routine |
name of export routine in SQL program |
ps_exp_pattern |
pattern used to find export lines |
tbl_kldat_fmt tibble with extracted format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.