blank2NA(dataframe, missing = NA)
Returns a data frame with blank spaces replaced.
Replaces blank (empty) cells in a dataframe. Generally, for internal use.
## <strong>Not run</strong>: # set.seed(15) # dat <- data.frame(matrix(sample(c(month.abb[1:4], ""), 50, TRUE), # 10, byrow = TRUE), stringsAsFactors = FALSE) # # dat # blank2NA(dat) # ## <strong>End(Not run)</strong>
rm_row