fn builtin_format_posixct(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Format a POSIXct object as a character string.
@param x a POSIXct object @param format strftime-style format string (default ā%Y-%m-%d %H:%M:%Sā) @return character vector of formatted datetime strings