Learn R Programming

xlcharts (version 0.0.1)

cast_percentage: cast_percentage

Description

Explicitly convert a string to numeric value and format as a percentage

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.inference.html

Usage

cast_percentage(value, ...)

Value

An numeric value.

Arguments

value

value

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
cast_percentage(value = "50%")
}

Run the code above in your browser using DataLab