cast_percentage: cast_percentage

View source: R/cast_percentage.R

cast_percentageR Documentation

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, ...)

Arguments

value

value

...

Additional arguments, i.e. kwargs.

Value

An numeric value.

Examples

## Not run: 
cast_percentage(value = "50%")

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.