cast_numeric: cast_numeric

View source: R/cast_numeric.R

cast_numericR Documentation

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

Arguments

value

value

...

Additional arguments, i.e. kwargs.

Value

An numeric value.

Examples

## Not run: 
cast_numeric(value = "1")

## End(Not run)


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