read_comsie_tbl: Read simulation data

View source: R/read_comsie_tbl.R

read_comsie_tblR Documentation

Read simulation data

Description

Reads a .csv file as produced by run_simulation() and returns the parsed table it contains.

Usage

read_comsie_tbl(path_to_file, skip = NULL)

Arguments

path_to_file

character, path to the .csv file.

skip

numeric, number of lines (of metadata) to skip. Passed to readr::read_csv(). If left NULL, the function will use a regexp to find where the simulation output starts.

Author(s)

Théo Pannetier


TheoPannetier/comsie documentation built on Nov. 21, 2022, 4:35 p.m.