mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
19 lines
219 B
Markdown
19 lines
219 B
Markdown
|
|
# Attempts at applying uniform date format
|
||
|
|
|
||
|
|
Attempts at applying uniform date format
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
clean_date(data)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- data:
|
||
|
|
|
||
|
|
character string vector of possible dates
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
character string
|