Skip to content

Deep copy operation from deepcopy Python module

Source code

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)