Loading libraries has become like a R-itual 😎 before doing any analysis but do you know there are different ways to do it and a method which could save your time ?😲
A micro 🧵 covering ways to load libraries in R. #VivaLaR#r#rstats#DataAnalytics#DataScience#Data
1/3 The good old way of calling library! 🏴☠️
library(<library_name_here>)
🛠 Base R function
🛠 No package installation required.
🛠 Best when you need only 1 or 2 libraries.
2/3 What if I install & load both are handled by the same function🤔
Use install_load(”<package_name_here>”)
📦Function in install.load package.
📦Package installation required.
📦If package not installed, installs the package first.
📦Best when you need multiple libraries.
3/3 But I need to load a lot of libraries!🤯
Here comes Use p_load() function in pacman package
🚀Function in pacman package.
🚀Package installation required.
🚀Best when you need multiple libraries.
🚀Fastest method to load multiple libraries so far.
Thank you for reading my micro content. If you find it insightful, please like & retweet to spread the knowledge. Have a gReat Monday! 🌻
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Edge browser, a @Microsoft browser has an edge over other browsers in terms of UX.
(pun intended)
Don't believe me ? Check now 😎
A 🧵on some of the best MS Edge features that I liked.
1/5 Have you met Edge ? 😎
Let me first introduce you to Edge, a chromium based web browser by @Microsoft.
First Stable Release: January 15, 2020
Released a lot of good features that not only add to good user experience but also saves background memory consumption while browsing.
2/5 Feature 1 🧠
Save your memory while browsing effectively!
Sleeping tabs is a feature which puts inactive tabs to sleep when turned on in the settings. This saves memory.
Bonus: Use extension Auto Tab Discard for enhanced memory savings. Check here: binged.it/3oJ3GYO