Learn R Programming

ethiodate (version 0.3.1)

eth_show: 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(...)

Value

Except for eth_date(), which returns an ethdate object, other functions return a character vector.

Arguments

x

what you want to see.

lang

language of the text.

...

arguments that passes to format()

Author

Gutama Girja Urago

Details

eth_show() displays the underlying month and weekday names that is used by eth_parse_date().

Examples

Run this code
eth_show()
eth_show("%A", "amh")
eth_today()
eth_now()

Run the code above in your browser using DataLab