r_date_format_to_intl_options: Convert R Date Format to Intl.DateTimeFormat Options
Description
Converts R strftime format strings to JavaScript Intl.DateTimeFormat options.
Usage
r_date_format_to_intl_options(format)
Value
List of Intl.DateTimeFormat options
Arguments
- format
R date format string (e.g., "%Y-%m-%d")