Skip to content

Commit

Permalink
started this function but need more clarification before moving forward
Browse files Browse the repository at this point in the history
  • Loading branch information
mzayeddfe committed Oct 10, 2024
1 parent bb09eda commit b1cfd37
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions R/z_replace.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#' Replaces NA values
#'
#' @description
#' Replaces NA values in data frames except for time and location columns
#'
#' @details

#'
#' @param table_name name of the table that you want to replace NA values in
#' @param replacement_alt optional - if you want the NA replacement value to be different to "z"
#'
#' @return table with "z" instead of NA values
#' @export
#' @examples


z_replace <- function(table_name,replacement_alt){




}

0 comments on commit b1cfd37

Please sign in to comment.