get_type {xlcharts}R Documentation

get_type

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.cell.cell.html

Usage

get_type(t, value, ...)

Arguments

t

t

value

value

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
get_type(t = "t", value = "value")

## End(Not run)


[Package xlcharts version 0.0.2 Index]