Function to return the first 10 rows of a data matrix
dfhead(header, data) dfhead(header, data, n_rows)
m x 1 vector of headers for numeric data
n x m matrix of numeric data, with matrix of column vectors
integer, number of rows to return