# NOT RUN {
# create a summary dataset from iris.
x = dplyr::summarize_at(
dplyr::group_by( iris, Species ),
dplyr::vars( Sepal.Length, Sepal.Width ), list(sum)
)
# run tcol
tcol( x, 'Species' )
# }
Run the code above in your browser using DataLab