powered by
Allows you to import a multitable from a different dataset
importMultitable(data, multitable, ...)
a CrunchDataset in which to create the multitable
CrunchDataset
an object of class Multitable that you want copied to the new dataset
Multitable
Additional multitable attributes to set. Options include name and is_public.
name
is_public
An object of class Multitable
# NOT RUN { m <- newMultitable(~ gender + age4 + marstat, data = ds) copied_m <- importMultitable(another_ds, m) name(copied_m) # [1] "gender + age4 + marstat" # }
Run the code above in your browser using DataLab