Last data update: 2014.03.03

R: Split a data.frame or matrix into rows
rowSplitR Documentation

Split a data.frame or matrix into rows

Description

Utility function for splitting a data.frame into rows. In a whisker template it can be useful to iterate over the rows of a data.frame or matrix. For example rendering a table in HTML.

Usage

  rowSplit(x, ...)

Arguments

x

data.frame or matrix

...

other options will be passed onto split

Results