read_comrad_tbl: Read simulation data

View source: R/read_comrad_tbl.R

read_comrad_tblR Documentation

Read simulation data

Description

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

Usage

read_comrad_tbl(path_to_file, skip = 19)

Arguments

path_to_file

character, path to the .csv file.

skip

numeric, number of lines (of metadata) to skip. Passed to readr::read_csv().

Author(s)

Théo Pannetier


TheoPannetier/comrad documentation built on April 8, 2023, 8:06 a.m.