replace_nas | R Documentation |
This function finds all instances of NA in e_data and replaces them with 0.
replace_nas(edata, edata_cname)
edata |
A |
edata_cname |
A character string specifying the name of the ID column in the e_data data frame. |
This function is used in the as.seqData functions to replace any NA values with 0s.
An updated e_data data frame where all instances of NA have been replaced with 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.