active {xlcharts} | R Documentation |
active
Description
Get the currently active sheet or NULL.
Usage
active(py_obj)
Arguments
py_obj |
py_obj |
Details
:type: :class:'openpyxl.worksheet.worksheet.Worksheet'
Value
An openpyxl Python object.
Examples
## Not run:
wb <- Workbook()
wb |> active() #equivalent to wb$active
## End(Not run)
[Package xlcharts version 0.0.2 Index]