Skip to main content

builtin_format_posixct

Function builtin_format_posixct 

Source
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