R/class_partial_time_dim.R

Defines functions dim.partial_time

Documented in dim.partial_time

#' parttime vector dimensions
#'
#' @param x A `partial_time` object
#'
#' @return An `integer` vector of dimensions (length) of a `partial_time` vector
#'
#' @export
dim.partial_time <- function(x) { length(x) }

Try the parttime package in your browser

Any scripts or data that you put into this service are public.

parttime documentation built on May 29, 2024, 6:25 a.m.