easy_format: Easily build format strings

Description Usage Arguments Examples

View source: R/easyformatr.R

Description

Use 'filter_info' to find more information about format components

Usage

1
easy_format(..., sep = "")

Arguments

...

A mixture of time or number components, including bases and modifications, and strings.

sep

A separator, defaults to ""

Examples

1
2
3
4
5
6
easy_format(year, month, day, integer, octal, double)
easy_format(decimal(second) )
easy_format(before_decimal(double, 3) )
easy_format(month,
            roman(list(day,
                       minute) ) )

easyformatr documentation built on May 29, 2017, 11:57 a.m.