printGroups | R Documentation |
Prints the information from the runGroups
function.
This could be used to save the output to a text file.
printGroups(eList, groupResults)
eList |
named list with at least the Daily, Sample, and INFO dataframes |
groupResults |
output of |
text to console
eList <- Choptank_eList
groupOut_1 <- runGroups(eList, windowSide = 0,
group1firstYear = 1980, group1lastYear = 1990,
group2firstYear = 1995, group2lastYear = 2005)
printGroups(eList, groupOut_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.