Description Usage Arguments Value
Function replacing NA values in a dataframe with sequentially corresponding data from another dataframe of the same length and with same column names.
1  | 
to | 
 dataframe holding the NA values to replace  | 
from | 
 dataframe holding the values to replace the NA's  | 
colnames | 
 character vector with the names of the columns  | 
case.sensitive | 
 logcial indicating if column names are considered according to case or not  | 
dataframe with replaces NA's
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.