Other packages > Find by keyword >

parttime  

Partial Datetime Handling
View on CRAN: Click here


Download and install parttime package within the R console
Install from CRAN:
install.packages("parttime")

Install from Github:
library("remotes")
install_github("cran/parttime")

Install by package version:
library("remotes")
install_version("parttime", "0.1.2")



Attach the package and use:
library("parttime")
Maintained by
Doug Kelkhoff
[Scholar Profile | Author Map]
First Published: 2022-11-04
Latest Update: 2024-01-24
Description:
Datetimes and timestamps are invariably an imprecise notation, with any partial representation implying some amount of uncertainty. To handle this, 'parttime' provides classes for embedding partial missingness as a central part of its datetime classes. This central feature allows for more ergonomic use of datetimes for challenging datetime computation, including calculations of overlapping date ranges, imputations, and more thoughtful handling of ambiguity that arises from uncertain time zones. This package was developed first and foremost with pharmaceutical applications in mind, but aims to be agnostic to application to accommodate general use cases just as conveniently.
How to cite:
Doug Kelkhoff (2022). parttime: Partial Datetime Handling. R package version 0.1.2, https://cran.r-project.org/web/packages/parttime. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1.0 (2022-11-04 11:00), 0.1.1 (2023-03-08 23:00)
Other packages that cited parttime R package
View parttime citation profile
Other R packages that parttime depends, imports, suggests or enhances
Complete documentation for parttime
Functions, R codes and Examples using the parttime R package
Some associated functions: Ops.partial_time . Ops.timespan . as.interval-partial_time-method . as.interval-timespan-method . as.parttime . as.timespan . c.partial_time . definitely . definitely.partial_time_logical . dim.partial_time . dot-i . end . eq_parttimes . extract . format.partial_time . format.pillar_shaft_partial_time . format_field_matrix . has_partial . has_partial_date . has_partial_time . impute_time . includes . includes.partial_time . includes.partial_time.partial_time . is.na.partial_time . is.na.timespan . is.timespan . is_parttime . is_timespan . max.partial_time . min.partial_time . neq_parttimes . normalize_month_day . obj_print_data.partial_time . obj_print_footer.partial_time . obj_print_header.partial_time . parse_failure_message . parse_iso8601_helpers . parse_iso8601_matrix . parse_parttime . parttime . parttime_access_and_assign . parttime_extract . parttime_logical . pillar_shaft.partial_time . plus-partial_time-Period-method . pmax . pmax.partial_time . pmin . pmin.partial_time . possibly . possibly.partial_time_logical . propagate_na . re_cdisc_datetime . re_iso8601 . reflow_fields . register_unknown_s3_generics . sample_date_string_styles . sample_partial_styles . start . timespan . to_gmt . trim . type_sum.partial_time . vec_cast.logical.partial_time . vec_cast.partial_time.character . vec_cast.partial_time.default . vec_cast.partial_time.matrix . vec_cast.partial_time . vec_cast.timespan.character . vec_cast.timespan.default . vec_cast.timespan.double . vec_cast.timespan.numeric . vec_cast.timespan . vec_cast.timespan.partial_time . vec_ptype_abbr.partial_time . vec_ptype_full.partial_time . 
Some associated R codes: class_partial_difftime.R . class_partial_difftime_print.R . class_partial_time.R . class_partial_time_c.R . class_partial_time_coercion.R . class_partial_time_compat_lubridate.R . class_partial_time_compat_pillar.R . class_partial_time_compat_vctrs.R . class_partial_time_dim.R . class_partial_time_extract.R . class_partial_time_format.R . class_partial_time_is.R . class_partial_time_logical.R . class_partial_time_min_max.R . class_partial_time_ops.R . class_partial_time_ops_inline.R . class_partial_time_rep.R . class_partial_time_uncert_resolvers.R . class_partial_time_utils.R . class_timespan.R . class_timespan_coercion.R . class_timespan_compat_lubridate.R . class_timespan_compat_pillar.R . class_timespan_compat_stats.R . class_timespan_compat_vctrs.R . class_timespan_format.R . class_timespan_is.R . class_timespan_utils.R . has_partial.R . impute.R . includes.R . normalize_month_day.R . parse_cdisc.R . parse_iso8601.R . parse_to_parttime_matrix.R . propegate_na.R . reflow_fields.R . to_gmt.R . trim.R . utils.R . zzz.R .  Full parttime package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for parttime024681012141618202224262830TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA