View source: R/post_processing.R
extract_popmean_ewdc | R Documentation |
The program package ECOWEIGHT (C Programs for Calculating Economic Weights in Livestock) produce output file. This function extract the population mean.
extract_popmean_ewdc( ps_path_2outputfile, ps_output_statement, ps_output_search_pattern, ps_sirebreed, ps_dambreed, ps_prodsystem, ps_marketchannel, ps_path_directory2create, pb_log, plogger = NULL )
ps_path_2outputfile |
path to output file of ECOWEIGHT |
ps_output_statement |
output statement in a file |
ps_output_search_pattern |
output file with the search patterns |
ps_sirebreed |
sire breed |
ps_dambreed |
dam breed |
ps_prodsystem |
production system build up as option in ECOWEIGHT |
ps_marketchannel |
market channel |
ps_path_directory2create |
path of the directory that will be created |
pb_log |
indicator whether logs should be produced |
plogger |
logger object |
tbl_aggregate_results result tibble with population mean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.