enricoschumann [toHTML] Make several updates for data.frame method
1f12292 Aug 28, 2020
[toHTML] Make several updates for data.frame method
fix handling of one-row data frames

add new argument 'col.names', with default TRUE. If
FALSE, column names of data frame are ignored

'row.names' may now be either logical (as before) or a
string, which is then used as column name
1f12292