format_time_simple: Format a vector of time (or any numeric values) into a single...

View source: R/utilities.R

format_time_simpleR Documentation

Format a vector of time (or any numeric values) into a single human readable chunk

Description

Format a vector of time (or any numeric values) into a single human readable chunk

Usage

format_time_simple(x)

Arguments

x

numeric or Date

Value

character vector

Examples

format_time_simple(c(1:5, 10, 12, 24, 25))
format_time_simple(as.Date(c("2023-01-01", "2023-01-02", "2023-01-03", "2023-01-05", "2023-01-06")))

PHSKC-APDE/rads documentation built on April 14, 2025, 10:47 a.m.