R/clean_table.R

Defines functions clean_table

#' @noRd
clean_table = function(df){
  df[, colSums(is.na(df)) != nrow(df)]
}

Try the insee package in your browser

Any scripts or data that you put into this service are public.

insee documentation built on Sept. 11, 2024, 8:27 p.m.