Vivek Joshi Profile picture
Aug 1 5 tweets 3 min read
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 The bar plot shows the amount of time each function took in
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
 

Keep Current with Vivek Joshi

Vivek Joshi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @printf_vivekj

Jul 31
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.

#tech #Browser #ux #web
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 Go to Settings -> Click on System & Preferences -> Scroll to
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(