Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Similar to #1476 , if I
copya list of lists (of lists ...) of data.tables I will get the notorious "Invalid .internal.selfref detected" warning when later modifying the data.table elements by reference. While this has since been fixed for lists one layer deep, for people who use data.table as their main form of data representation, it is not so rare to have nested lists of data.tables, and an occasional need to take a deep copy.Proposed solution to follow.