A convenient wrapper to print the current date in a
consistent format for all package suite functionality.
     
    
    
    Arguments
- x
 
An alternative format to the standard format.
 
 
    
    Value
    The current date in YYYY-MM-DD format (default).
     
    
    
    Examples
    # with default format
dater()
#> [1] "2024-12-12"
# pass alternative format
dater("%Y-%m-%d || %H:%M:%S")
#> [1] "2024-12-12 || 00:25:08"