knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

replace_na(data, columns, replace="mean", remove=FALSE) replaces na values with either the min, max, median or mean values or removes the rows.



UBC-MDS/CleanR documentation built on May 7, 2019, 7:13 p.m.