read_data: Read in simulated data

Description Usage Arguments

Description

Functions to read in simulation data from folder. Can be csv or RData files.

Usage

1
2
3
4
5
6
7
sim_read_data(path, ..., returnList = FALSE)

sim_clear_data(path, ...)

sim_read_list(path)

sim_clear_list(path)

Arguments

path

path to the files you want to read in.

...

arguments passed to read.csv

returnList

if TRUE a list containing the data.frames. Very much like the output of sim. If FALSE a single data.frame is returned, using bind_rows


wahani/saeSim documentation built on Feb. 12, 2022, 7:21 p.m.