Deep copy operation from deepcopy Python module
Description
https://docs.python.org/3/library/copy.html
Usage
deepcopy(x, memo = NULL, nil = c())
Arguments
x
|
x |
memo
|
memo |
nil
|
\_nil |
Value
An openpyxl Python object.
Examples
library("xlcharts")
wb <- Workbook()
deepcopy(wb)