deepcopy: Deep copy operation from deepcopy Python module

View source: R/deepcopy.R

deepcopyR 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)


xlcharts documentation built on May 29, 2024, 7:58 a.m.