Learn R Programming

xlcharts (version 0.0.1)

builtin_format_code: builtin_format_code

Description

Return one of the standard format codes by index.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.numbers.html

Usage

builtin_format_code(index, ...)

Value

An character string.

Arguments

index

index

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
builtin_format_code(index = 2L)
}

Run the code above in your browser using DataLab