Learn R Programming

xlcharts (version 0.0.1)

cast_numeric: cast_numeric

Description

Explicitly convert a string to a numeric value

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

Usage

cast_numeric(value, ...)

Value

An numeric value.

Arguments

value

value

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
cast_numeric(value = "1")
}

Run the code above in your browser using DataLab