dm_pixarfilms {dm} | R Documentation |
Creates a dm object for the pixarfilms data
Description
Creates an example dm
object from the tables in
pixarfilms, along with the references.
Usage
dm_pixarfilms(..., color = TRUE, consistent = FALSE)
Arguments
... |
These dots are for future extensions and must be empty. |
color |
Boolean, if |
consistent |
Boolean, In the original |
Value
A dm
object consisting of pixarfilms tables, complete with
primary and foreign keys and optionally colored.
Examples
dm_pixarfilms()
dm_pixarfilms() %>%
dm_draw()
[Package dm version 1.0.10 Index]