median_fun: Calculate median of vector

View source: R/fct_01_load_data.R

median_funR Documentation

Calculate median of vector

Description

This function refines the median function to handle missing value, used with the aggregate function

Usage

median_fun(x)

Arguments

x

a vector

Value

a number, or NA if all the numbers are NA


espors/idepGolem documentation built on April 23, 2024, 1:11 p.m.