str_date_formatted: Function to format a date (usually) for printing.

View source: R/str_date_formatted.R

str_date_formattedR Documentation

Function to format a date (usually) for printing.

Description

Function to format a date (usually) for printing.

Usage

str_date_formatted(date = NA, time_zone = TRUE,
  fractional_seconds = TRUE)

Arguments

date

Optional, a date to be formated.

time_zone

Should the time zone be printed with the date?

fractional_seconds

Should fractional seconds be included when printing the date?

Value

Character vector.

Author(s)

Stuart K. Grange


wacl-york/waclr documentation built on Dec. 8, 2022, 7:05 p.m.