Description Usage Arguments See Also Examples
View source: R/rwd_agg_helpers.R
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.
| 1 | 
| file | The csv file to be read in and converted | 
| 1 2 3 4 5 6 | read_rwd_agg( 
  system.file(
    "extdata/rwd_agg_files/passing_aggs.csv", 
    package = "RWDataPlyr"
  )
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.