Discover and read the best of Twitter Threads about #VivaLaR

Most recents (1)

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.
Read 5 tweets

Related hashtags

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.00/month or $30.00/year) and get exclusive features!

Become Premium

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

Donate via Paypal Become our Patreon

Thank you for your support!