survey_duration: Calculate the duration of a survey

View source: R/utils_df.R

survey_durationR Documentation

Calculate the duration of a survey

Description

Calculate the duration of a survey

Usage

survey_duration(.tbl, start, end, new_colname = "survey_duration")

Arguments

.tbl

A tibble

start

Start column name

end

End column name

new_colname

The new column name of the time duration

Details

Note: it is necessary to have 'start' and 'end' columns

Value

A tibble with three new colums, including the duration of survey in minutes


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.