fill_up_na_with_median_from_lookup: Fill up NA values with median of lookup table

View source: R/prepare_functions.R

fill_up_na_with_median_from_lookupR Documentation

Fill up NA values with median of lookup table

Description

Fill up NA values with median of lookup table

Usage

fill_up_na_with_median_from_lookup(df, df_lookup, matching_id = "well_id")

Arguments

df

data frame with NA values

df_lookup

data frame to calculate median values

matching_id

column with ids for which median should be calculated


KWB-R/dwc.wells documentation built on July 13, 2022, 9:36 p.m.