R/remove_NA.R

Defines functions remove_NA

Documented in remove_NA

remove_NA <-
function(vec){
    vec[!is.na(vec)]
}
peterwu19881230/microbialPhenotypes documentation built on March 19, 2021, 6:36 a.m.