News

Do you want to improve your R skills? Here are my favorite R language resources for users at any level. [This story is part of Computerworld’s “Beginner’s guide to R.” You’ll find links to the whole ...
To go from wide to long with tidyr, use the pivot_longer() function. It has the following syntax: pivot_longer(mydata, cols, # columns that should pivot from wide to long (unquoted) names_to, # name ...
From IDE plugins to external chatbots and running LLMs locally, these new and emerging tools are bringing the generative AI revolution to R. My previous article focused on some of the best tools for ...