Showing 4 of total 4 results (show query)
tidyverse
lubridate:Make Dealing with Dates a Little Easier
Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun.
Maintained by Vitalie Spinu. Last updated 4 months ago.
757 stars 20.95 score 135k scripts 1.9k dependentsvspinu
timechange:Efficient Manipulation of Date-Times
Efficient routines for manipulation of date-time objects while accounting for time-zones and daylight saving times. The package includes utilities for updating of date-time components (year, month, day etc.), modification of time-zones, rounding of date-times, period addition and subtraction etc. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details.
Maintained by Vitalie Spinu. Last updated 1 years ago.
ceilingdate-timeperiodroundingtimetime-zonesupdatecpp
30 stars 12.12 score 68 scripts 1.9k dependentseddelbuettel
RApiDatetime:R API for 'Date' and 'Datetime'
Access to the C-level R date and 'datetime' code is provided for C-level API use by other packages via registration of native functions. Client packages simply include a single header 'RApiDatetime.h' provided by this package, and also 'import' it. The R Core group is the original author of the code made available with slight modifications by this package.
Maintained by Dirk Eddelbuettel. Last updated 1 months ago.
11 stars 4.22 score 10 scriptsmkearney
funique:A Faster Unique Function
Similar to base's unique function, only optimized for working with data frames, especially those that contain date-time columns.
Maintained by Michael Wayne Kearney. Last updated 7 years ago.
data-framedata-wranglingdate-timeduplicatesmkearney-r-packageposixposixctunique
19 stars 3.98 score 7 scripts