read_rwd_agg: Read in a rwd_agg file

View source: R/rwd_agg_helpers.R

read_rwd_aggR Documentation

Read in a rwd_agg file

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

read_rwd_agg(file)

Arguments

file

The csv file to be read in and converted

See Also

rwd_agg_template()

Examples

read_rwd_agg( 
  system.file(
    "extdata/rwd_agg_files/passing_aggs.csv", 
    package = "RWDataPlyr"
  )
)


BoulderCodeHub/RWDataPlyr documentation built on May 8, 2023, 3:55 a.m.