Default rownames are generated from rownames(x). If you
provide FALSE then it will skip the rownames. Note: For data.frames
if you do rownames(my_dataframe) <- NULL it still has
rownames. Thus you need to use FALSE if you want to
surpress rownames for data.frames.