View source: R/Functions_class_featureTable.R
updateDF | R Documentation |
Update dataframe b with data from dataframe a; must have equal number of rows Existing data in b will be overridden if columns by the same name exist in a, and retained otherwise. Additional columns in a will be transferred to b.
updateDF(a, b)
a |
source data.frame |
b |
target data.frame |
Returns the updated data.frame b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.