addRowWithName | R Documentation |
add row to data frame and give a row name at the same time
addRowWithName(x, y, row.name)
x |
data frame to which row is to be appended |
y |
data frame containing the row to be appended (exacly one row expected) |
row.name |
name of row to be given in result data frame |
x with row of y (named row.name) appended to it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.