Learn R Programming

Covid19Wastewater (version 1.0.1)

date_distance_calc: date_distance_calc

Description

date_distance_calc

Usage

date_distance_calc(DF, base_date_vec, vecNames)

Value

DF containing the distance of each term to the base vector

Arguments

DF

DF to extract vector from

base_date_vec

date flag vector to pull each distance from

vecNames

a vector of column vec names each with binary flagging info

Examples

Run this code
data("Example_data", package = "Covid19Wastewater")
Example_data$Late_date <- sample(Example_data$date)
Example_data$Late_date[sample(1:length(Example_data), length(Example_data) / 3)] <- NA
head(date_distance_calc(Example_data, "date", "Late_date"))

Run the code above in your browser using DataLab