deepcopy {xlcharts} | R Documentation |
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
## Not run:
wb <- Workbook()
deepcopy(wb)
## End(Not run)
[Package xlcharts version 0.0.2 Index]