read_rwd_agg {RWDataPlyr} | R 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
Examples
read_rwd_agg(
system.file(
"extdata/rwd_agg_files/passing_aggs.csv",
package = "RWDataPlyr"
)
)
[Package RWDataPlyr version 0.6.4 Index]