datetime_range: Automatically calculate start/end datetime range for your...

View source: R/datetime_range.R

datetime_rangeR Documentation

Automatically calculate start/end datetime range for your data

Description

Take a vector of datetimes and calculate the range

Usage

datetime_range(datetimes, type = "simple")

Arguments

datetimes

A vector of POSIXt or date

Value

A data.frame with columns starts and ends. Type simple always returns only one start/end pair.


ropensci/mdextract documentation built on May 18, 2022, 5:37 p.m.