First attempt to read variance component estimation (VCE) results from a csv-file and storing them in tibble.
read_vce(ps_input_file, pb_log = FALSE, plogger = NULL)
| ps_input_file | name of the input file in csv-format  | 
    
|---|---|
| pb_log | flag indicating whether logging should be done  | 
    
| plogger | logger object from outside  | 
    
# specify input file sInputFile <- system.file("extdata","VCE_results.csv", package = "rvcetools") tbl_vce <- read_vce(ps_input_file = sInputFile)#>#> #> #>#> #> #>