copyOrder
is deprecated and will be removed in a future version. Instead,
you should use the copyFolders
function.
copyOrder(source, target)
returns an object of class VariableOrder
(which can be assigned
to a dataset with ordering
)
if (FALSE) { # \dontrun{
ordering(ds) <- copyOrder(ds1, ds)
} # }