Learn R Programming

xlcharts (version 0.0.1)

range_boundaries: range_boundaries

Description

Convert a range string into a list of boundaries:

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

Usage

range_boundaries(range_string, ...)

Value

An list.

Arguments

range_string

range_string

...

Additional arguments, i.e. kwargs.

Convert a range string into a tuple of boundaries

(min_col, min_row, max_col, max_row) Cell coordinates will be converted into a range with the cell at both end

Details

(min_col, min_row, max_col, max_row) Cell coordinates will be converted into a range with the cell at both end

Examples

Run this code
if (FALSE) {
range_boundaries(range_string = "A")
}

Run the code above in your browser using DataLab