How do I do that in data.table? Find code for dozens of data tasks in this searchable cheat sheet of R data.table and Tidyverse code. Credit: Thinkstock Speed. Concise syntax. Backwards compatibility. But especially speed. Those are some of the features that make R’s data.table compelling to its fans. And even if you’re a confirmed tidyverse user (as I am), data.table can be a useful addition to your R toolkit — especially when working with large data sets, in a Shiny app, or in a package function. This R data.table ultimate cheat sheet is different from many others because it’s interactive. You can search for a specific phrase like add column or by a type of task group such as Subset or Reshape. In addition, because this cheat sheet includes tidyverse “translation” code, you can also search for a favorite dplyr verb such as mutate or rowwise. Registered InfoWorld users can download an expanded version of this interactive table for use on their own systems! Registration is free. Search data.table and tidyverse tasks and code There is a lot more to learn about data.table! For some data.table basics, check out my five-minute introductory video: Finally, the data.table website has lots more information and tips, such as using setkey() and other indexing tips. Related content news Ruby on Rails streamlines deployment with Kamal 2 Ruby on Rails 8, now in beta, comes preconfigured with Kamal 2 for fast and easy deployment in a Docker container to any Linux system. By Paul Krill Sep 27, 2024 3 mins Web Development Ruby Development Libraries and Frameworks news Kobiton preps AI-enabled testing tools for mobile apps Kobiton announced it will release an AI issue aggregation engine in early 2025 that will identify related errors and other commonalities across test sessions. By Paul Krill Sep 27, 2024 2 mins Mobile Development App Testing Artificial Intelligence analysis Python in VS Code gets even better Microsoft's new all-in-one data-science pack for Python in VS Code gave developers plenty to celebrate this month. Also check out Modin (a drop-in replacement for Pandas), Hy 1.0.0, and Spyder 6. By Serdar Yegulalp Sep 27, 2024 2 mins Visual Studio Code Python Programming Languages news Meta introduces Llama Stack distributions for building LLM apps Llama Stack distributions package multiple Llama Stack API providers to ease the end-to-end development of generative AI applications for developers. By Paul Krill Sep 26, 2024 2 mins Generative AI Development Libraries and Frameworks Artificial Intelligence Resources Videos