Copy all content from source to destination
Usage
copy_all(destination, source, empty = NULL, overwrite = FALSE, relayout = TRUE)
Arguments
- destination
A Daf object to copy to
- source
A Daf object to copy from
- empty
A named list mapping data keys to values for filling missing data
- overwrite
Whether to overwrite if data already exists
- relayout
Whether to allow relayout
Value
The destination Daf object (invisibly)