Description Usage Arguments Value Note Examples
Converts any NA in a given dataset to 0, assuming substitution is meaningful.
The input data must either be a data.frame with numeric data or a numeric vector.
1  | 
data | 
 The data in which the substitution should be done.  | 
An object identical to the input object with NA -> 0 substitution
This is only a convenience function for a common task.
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.