eth_parse_date | R Documentation |
Parse Ethiopian date from character vector that has a non-digit separator.
eth_parse_date(x, format = "%Y-%m-%d", lang = c("lat", "amh", "en"))
x |
a character vector. |
format |
a format in in which x is composed. See |
lang |
a language in which month names are written, if included in x. Use "lat" for Amharic month names written in Latin alphabets, "amh" for month names written in Amharic alphabets, and "en" for English month names. |
x must include a non-digit separator and exactly three components of the date (year, month, and day).
a vector of an'ethdate' object.
Gutama Girja Urago
eth_date()
eth_make_date()
eth_parse_date("2017-01-01")
s <- c("01/01/2013", "06/13/2011")
eth_parse_date(s, format = "%d/%m/%Y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.