Learn R Programming

saeSim (version 0.11.0)

sim_read_data: Read in simulated data

Description

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

Usage

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