read_rwd_agg: Read in a rwd_agg file

Description Usage Arguments See Also Examples

View source: R/rwd_agg_helpers.R

Description

read_rwd_agg() reads in a csv file and creates a rwd_agg object. Therefore, if the csv file is not properly formatted to contain the correct information for a rwd_agg object, it will fail. rwd_agg_template() will create a blank template file for the user to fill in, which has the correct headers.

Usage

1

Arguments

file

The csv file to be read in and converted

See Also

rwd_agg_template()

Examples

1
2
3
4
5
6
read_rwd_agg( 
  system.file(
    "extdata/rwd_agg_files/passing_aggs.csv", 
    package = "RWDataPlyr"
  )
)

RWDataPlyr documentation built on April 17, 2020, 9:06 a.m.