read_rwd_agg function

Read in a rwd_agg file

Read in a rwd_agg file

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.

read_rwd_agg(file)

Arguments

  • file: The csv file to be read in and converted

Examples

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

See Also

rwd_agg_template()

Other functions in RWDataPlyr

Related functions from the same R package