Skip to contents

Inserts "-" between year, month, and day of a date string in dates formatted as YYYYMMDD to form YYYY-MM-DD formatted dates.

Usage

insertSeparators(dates)

Arguments

dates

character vector of potential dates

Value

A character vector of potential dates in \

Details

This function is not exported because it is not general purpose and is missing several defensive programming measures.