eth_show {ethiodate} | R Documentation |
See Month or Day Names
Description
Small functions that displays texts.
Usage
eth_show(x = c("%B", "%b", "%A", "%a"), lang = c("lat", "amh", "en"))
eth_today(...)
eth_now(...)
Arguments
x |
what you want to see. |
lang |
language of the text. |
... |
arguments that passes to |
Details
eth_show()
displays the underlying month and weekday names that is used by eth_parse_date()
.
Value
Except for eth_date()
, which returns an ethdate
object, other functions return a character vector.
Author(s)
Gutama Girja Urago
Examples
eth_show()
eth_show("%A", "amh")
eth_today()
eth_now()
[Package ethiodate version 0.2.0 Index]