undid_date_formats: Shows valid date formats

View source: R/undid_date_formats.r

undid_date_formatsR Documentation

Shows valid date formats

Description

The undid_date_formats() function returns a list of all valid date formats that can be used within the undidR package.

Usage

undid_date_formats()

Details

The date formats returned by this function are used to ensure consistency in date processing within the undidR package.

Value

A named list containing valid date formats:

  • General_Formats: General date formats compatible with the package.

  • R_Specific_Formats: Date formats specific to R.

  • Other_Formats: Formats seen sometimes in Stata.

Examples

undid_date_formats()

undidR documentation built on April 3, 2025, 5:42 p.m.