Learn R Programming

neatRanges (version 0.1.4)

Tidy Up Date/Time Ranges

Description

Collapse, partition, combine, fill gaps in and expand date/time ranges.

Copy Link

Version

Install

install.packages('neatRanges')

Monthly Downloads

257

Version

0.1.4

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Aljaz Jelenko

Last Published

October 18th, 2022

Functions in neatRanges (0.1.4)

combine_ranges

Combines ranges from different tables into a single table.
collapse_ranges

Collapses the consecutive date or timestamp ranges into one record.
expand_dates

Expand date ranges.
expand_times

Expand timestamp ranges.
partition_ranges

Split ranges into multiple records
fill_ranges

Fill the gaps between ranges.