Package: timeDF 0.9.1

timeDF: Subset and Flag Data Frames with Times by the Use of Periods

Data frames with time information are subset and flagged with period information. Data frames with times are dealt as timeDF objects and periods are represented as periodDF objects.

Authors:Toshihiro Umehara [aut, cre]

timeDF_0.9.1.tar.gz
timeDF_0.9.1.zip(r-4.5)timeDF_0.9.1.zip(r-4.4)timeDF_0.9.1.zip(r-4.3)
timeDF_0.9.1.tgz(r-4.4-x86_64)timeDF_0.9.1.tgz(r-4.4-arm64)timeDF_0.9.1.tgz(r-4.3-x86_64)timeDF_0.9.1.tgz(r-4.3-arm64)
timeDF_0.9.1.tar.gz(r-4.5-noble)timeDF_0.9.1.tar.gz(r-4.4-noble)
timeDF_0.9.1.tgz(r-4.4-emscripten)timeDF_0.9.1.tgz(r-4.3-emscripten)
timeDF.pdf |timeDF.html
timeDF/json (API)

# Install 'timeDF' in R:
install.packages('timeDF', repos = c('https://niceume.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/niceume/timedf/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

19 exports 0.99 score 1 dependencies 1 scripts 831 downloads

Last updated 5 months agofrom:489757f0db. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-win-x86_64OKAug 27 2024
R-4.5-linux-x86_64OKAug 27 2024
R-4.4-win-x86_64OKAug 27 2024
R-4.4-mac-x86_64OKAug 27 2024
R-4.4-mac-aarch64OKAug 27 2024
R-4.3-win-x86_64OKAug 27 2024
R-4.3-mac-x86_64OKAug 27 2024
R-4.3-mac-aarch64OKAug 27 2024

Exports:adjust_periodDFas.periodDFas.timeDFcondense_periodDFconvert_periodDFextract_with_periodDFflag_with_periodDFlistTimeDF_to_timeDFperiod_typeselect_timeDFsort_periodDFsort_timeDFsplit_timeDF_by_intervalstime_vartime_vecvalidate_listTimeDFvalidate_sorted_timeDFvalidate_timeDFvec_to_periodDF

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
Subset and Flag Data Frames with Times by the Use of PeriodstimeDF-package timeDF
Function to adjust starts and ends for periods in periodDF objectadjust_periodDF
Convert timeDF object to a plain dataframeas.data.frame.timeDF
Function to construct periodDF object from dataframeas.periodDF
Function to construct timeDF object from dataframeas.timeDF
Function to condense periods in periodDF objectcondense_periodDF
Function to convert type of periodDF objectconvert_periodDF
Extract time records from timeDF object within periods of periodDF objectextract_with_periodDF
Flag time records from timeDF object within periods of periodDF objectflag_with_periodDF
converts a list of timeDF objects into a timeDF objectlistTimeDF_to_timeDF
Function to obtain period type of periodDF objectperiod_type
periodDF S3 classperiodDF periodDF-class
Function to select columns in timeDF objectselect_timeDF
Function to sort periods in periodDF objectsort_periodDF
Function to sort records in timeDF objectsort_timeDF
Function to split timeDF into a list by regular intervalssplit_timeDF_by_intervals
Summarize periodDF S3 objectsummary.periodDF
Summarize timeDF S3 objectsummary.timeDF
time vector and column name for times of timeDFtime_var time_vec
timeDF S3 classtimeDF-class
Checks whether the object is a list of timeDF objectsvalidate_listTimeDF
Checks whether the object is a valid sorted timeDF objectvalidate_sorted_timeDF
Checks whether the object is a valid timeDF objectvalidate_timeDF
Function to construct periodDF object from vectorvec_to_periodDF