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 feature What is Rust? Safe, fast, and easy software development Unlike most programming languages, Rust doesn't make you choose between speed, safety, and ease of use. Find out how Rust delivers better code with fewer compromises, and a few downsides to consider before learning Rust. By Serdar Yegulalp Nov 20, 2024 11 mins Rust Programming Languages Software Development how-to Kotlin for Java developers: Classes and coroutines Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to modernize concurrency. By Matthew Tyson Nov 20, 2024 9 mins Java Kotlin Programming Languages analysis Azure AI Foundry tools for changes in AI applications Microsoft’s launch of Azure AI Foundry at Ignite 2024 signals a welcome shift from chatbots to agents and to using AI for business process automation. By Simon Bisson Nov 20, 2024 7 mins Microsoft Azure Generative AI Development Tools news Microsoft unveils imaging APIs for Windows Copilot Runtime Generative AI-backed APIs will allow developers to build image super resolution, image segmentation, object erase, and OCR capabilities into Windows applications. By Paul Krill Nov 19, 2024 2 mins Generative AI APIs Development Libraries and Frameworks Resources Videos