Description Usage Arguments Value Examples
Update Data Frame with Changed Fields
1 2 3 4 5 6 7 8 9 10 |
.master |
data.frame. The initial data set. |
.data |
data.frame with at least one column name shared with .master |
.key |
character. The name of the shared key/index column between the data frames. |
na_value |
what value should replace NA values in the data? |
ignore_col_case |
logical. Should case be ignored when matching column names? |
replace_names |
logical. Should the lowrcase names unsed in the function be replaced with the original data frame names? |
return_list |
logical. Should a list with both the original data and updated data frames be returned? Defaults to FALSE. |
... |
additional arguments |
either a data.frame of a list of data.frames
1 | ## Not run: vld %>% update_with(new_data1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.