kbdate: My little date facility

View source: R/kbdate.R

kbdateR Documentation

My little date facility

Description

Sys.Date as a string, in a few different formats

Usage

kbdate(format = c("dateonly", "standard"), date = Sys.time())

Arguments

format

The format for the output

date

The date/time to convert

Value

A character string representation of the date/time

See Also

base::Sys.time(), base::date()

Examples

kbdate()
kbdate("standard")


kbroman/broman documentation built on Feb. 11, 2024, 7:18 a.m.