extract_result: Extract the part of interest of the results coming from...

View source: R/results.R

extract_resultR Documentation

Extract the part of interest of the results coming from ECOWEIGHT output

Description

The program package ECOWEIGHT (C Programs for Calculating Economic Weights in Livestock) produce output file with the results. This function will extract the results needed.

Usage

extract_result(
  ps_path_2outputfile,
  ps_start_statement2extract,
  ps_end_statement2extract,
  pb_log = FALSE,
  plogger = NULL
)

Arguments

ps_path_2outputfile

path to output file of ECOWEIGHT

ps_start_statement2extract

string as statement to set the beginning of the extraction

ps_end_statement2extract

string as statement to set the ending of the extraction

pb_log

indicator whether logs should be produced

plogger

logger object

Value

vec_ecow_result_2extract


sknqualitasag/qp4ewc documentation built on Sept. 27, 2022, 3:31 p.m.