On Friday, R version 4.5 was released. If you are curious about what’s new and what’s changed, you might enjoy reading Russ Hyde’s blog post or R’s official list of changes. For me, the introduction of the use() function is the most interesting aspect of this update.| tomsing1.github.io
In a recent blog post I made the argument that you should consider implementing the function base::use() into your workflow. Following the blog post, there was an interesting discussion on Reddit with some important caveats and limitations of use(). Here, I will summarise three interrelated points that I believe are important additions to my previous post.| Erik Gahner Larsen