RWDataPlyr (version 0.6.2)

read_rwd_agg: 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

Run this code
# NOT RUN {
read_rwd_agg( 
  system.file(
    "extdata/rwd_agg_files/passing_aggs.csv", 
    package = "RWDataPlyr"
  )
)

# }

Run the code above in your browser using DataCamp Workspace