median_survey_date: calculate median date

View source: R/median_date.R

median_survey_dateR Documentation

calculate median date

Description

calculate median date

Usage

median_survey_date(df, survey_date)

Arguments

survey_date

column names of survey date

data.frame

data frame

Value

median survey date

Examples

## Not run: 
dat<- read_csv(here::here("assessment_data.csv"))
assessment_date <- median_survey_date(df = dat,survey_date = "survey_date")


## End(Not run)

impact-initiatives-geospatial/surveyGEER documentation built on Feb. 4, 2023, 12:13 p.m.