Saved Bookmarks
| 1. |
dplyr can be integrated with the ________ package for large fast tables.(a) data.table(b) read.table(c) data.data(d) table.read |
|
Answer» The correct answer is (a) data.table The best I can explain: The dplyr package is handy way to both simplify and speed up your data frame management code. |
|