coordinate_from_string: coordinate_from_string

View source: R/coordinate_from_string.R

coordinate_from_stringR Documentation

coordinate_from_string

Description

Convert a coordinate string like 'B12' to a list ('B', 12)

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

Usage

coordinate_from_string(coord_string, ...)

Arguments

coord_string

coord_string

...

Additional arguments, i.e. kwargs.

Value

A list.

Examples

## Not run: 
coordinate_from_string(coord_string = "A1")

## End(Not run)


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