20 R Packages You Should Know

Sdílet
Vložit
  • čas přidán 8. 05. 2024
  • Subscribe to RichardOnData here: / @richardondata
    Skip ahead:
    2:43 - dplyr
    3:54 - data.table
    5:09 - tidyr
    6:12 - ggplot2
    7:50 - ggThemeAssist
    10:08 - esquisse
    13:04 - plotly
    14:51 - purrr
    16:20 - stringr
    16:54 - lubridate
    17:44 - forcats
    18:59 - rmarkdown
    20:24 - kableExtra
    21:25 - shiny
    22:30 - shinyDashboard
    23:17 - caret
    24:10 - tidymodels
    25:45 - keras
    27:03 - fable
    28:26 - reticulate
    RichardOnData tutorials:
    dplyr: • Manipulating Data in R...
    ggplot2/ggThemeAssist: • Visualizing Data in R ...
    tidyr: • Tidying Data in R with...
    lubridate: • Handling Datetimes in ...
    forcats: • Conquering Factors in ...
    stringr: • Manipulating Text in R...
    kableExtra: • Designing tables in R ...
    caret (part 1): • Preprocessing Data in ...
    caret (part 2): • Feature Elimination an...
    caret (part 3): • Training and Tuning ML...
    caret (part 4): • Creating ROC curves an...
    #LearnR #RPackages #BreakingIntoDataScience
    Reference links:
    dplyr: dplyr.tidyverse.org/
    data.table: cran.r-project.org/web/packag...
    tidyr: tidyr.tidyverse.org/
    ggplot2: ggplot2.tidyverse.org/
    esquisse: rdrr.io/cran/esquisse/
    plotly: plotly.com/r/
    purrr: purrr.tidyverse.org/
    stringr: stringr.tidyverse.org/
    lubridate: lubridate.tidyverse.org/
    forcats: forcats.tidyverse.org/
    rmarkdown: rstudio.com/wp-content/upload...
    kableExtra: cran.r-project.org/web/packag...
    shiny: rstudio.com/wp-content/upload...
    shinyDashboard: rstudio.github.io/shinydashbo...
    caret: cran.r-project.org/web/packag...
    tidymodels: rviews.rstudio.com/2019/06/19...
    keras: tensorflow.rstudio.com/guide/...
    fable: fable.tidyverts.org/
    reticulate: ugoproto.github.io/ugo_r_doc/...
    "R for Data Science" digital version: r4ds.had.co.nz/
    "R for Data Science" amazon link: amzn.to/3tNFKVv
    "Deep Learning with R": amzn.to/3txjtdA
    All logos used are the property of RStudio. I am not the creator of the mentioned logos, packages, or materials.
    PayPal: richardondata@gmail.com
    Patreon: / richardondata
    BTC: 3LM5d1vibhp1F7pcxAFX8Ys1DM6XLUoNVL
    ETH: 0x3CfC599C4c1040963B644780a0E62d45999bE9D8
    LTC: MH8yPjvSmKvpmRRmufofjRB9hnRAFHfx32
  • Věda a technologie

Komentáře • 120

  • @RichardOnData
    @RichardOnData  Před 3 lety +12

    What's your all-time favorite R package?

    • @shyamgurunath5876
      @shyamgurunath5876 Před 3 lety +3

      Plumber,Shiny

    • @haraldurkarlsson1147
      @haraldurkarlsson1147 Před 3 lety +4

      ggplot2

    • @JerryLuo62
      @JerryLuo62 Před 3 lety +1

      lme4 for linear mixed effects models

    • @spiousas
      @spiousas Před 3 lety

      I would say the packages I use the most and, therefore, bring me more joy and pain, are ggplot, dplyr and lme4.

    • @HarmonicaTool
      @HarmonicaTool Před 2 lety +1

      I like base but also stats. Ideally both together. For third party, knitr is hard to beat.

  • @talexmoore
    @talexmoore Před rokem +1

    Richard... thank you so much. The stuff about GG Plot builder absolutely blew my mind- I found this video while doing an assignment where making basic graphs with GG Plot was the expectation, and making awesome graphs with GG Plot was the challenge. I can't wait to show my classmates the esquisse package after the course is over ;)

  • @bl8413
    @bl8413 Před rokem +3

    Hard to express how genuinely helpful this video is. So much programming YT content is needlessly esoteric. You have a talent for teaching and I greatly appreciate you for this video

  • @ramadatta7046
    @ramadatta7046 Před 3 lety +1

    This a very helpful and informative video. Especially, ggThemeAssist, esquisse packages are of wonderful use to save time during the work. Thanks for making this. Subscribed!

  • @MrChaluliss
    @MrChaluliss Před rokem

    Super useful content type here. In the rich R environment I often know I am doing something in a sub-par way. Awareness of useful features from various packages really helps to identify where weaknesses in my workflow currently exist.

  • @poisegirl
    @poisegirl Před 2 lety +1

    Can I just say that I love you man?! This video just made analyzing my data for my dissertation a whole lot easier!!!

  • @PeterHontaru
    @PeterHontaru Před 3 lety +5

    This video is awesome. Shiny and shiny dashboard have been my guilty pleasures lately. What I love the most is how well they work with eachother (ie dplyr, tidyr, ggplot, plotly, caret, shiny, shinydashboard and you have yourself a nice model in production).
    Love that you advocate both R and python and trying to give R some love (and popularity)

    • @RichardOnData
      @RichardOnData  Před 3 lety +2

      Thank you, and you are very right! The combination of caret with shiny is a fairly under-appreciated way that you can move an ML model into production. In fact, you can use them together to teach new users how to do ML in the first place and how outputs change as you try different things (i.e. pre-processing in different ways, other controls, etc.)
      I've informally been calling this channel "the official R channel on CZcams". There's enough Python love out there so might as well spread it around!

    • @PeterHontaru
      @PeterHontaru Před 3 lety +1

      @@RichardOnData exactly! I found it much easier to brush up on my statistics with a nice shiny app that did exactly that but for something like a binomial distribution instead of a ML concept! (The one from the duke university statistics course)

  • @annasognosia
    @annasognosia Před rokem +1

    wow, thank you. I love learning new stuff but one of my big fears is poring weeks into learning a tool only to find that there's some achilles heal to the tool. It doesnt happen too often. I only have gratitude to Richard for this overview. You are saving us all thousands of hours of work by posting this mile-high look.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před 3 lety +2

    Nice update - thanks. I have come across some packages that I have found useful namely: janitor (for cleaning variable names) in bulk,
    hablar (for quickly changing variable types in a data frame - works with tidyverse), fst (for fast transfer of files - supposedly it beats data.table in benchmark speed tests!) and most recently flextable (that does wonders with the otherwise somewhat clumsy tables in R and RMarkdown). flextable also works with the tidyverse. Check them out (if you have not already).

  • @sebastianmullerbalcazar6229

    Great video. Even thou R4DS is clear, the value of your video is that you talk, explain, share, complement, and one is better to understand and learn easier than only reading the book. You show the examples, one can pause, rewind, fast forward and just to be able to do it helps you get it clear fast. With the book, one has to do the examples, verify what is going on, verify one did right. With your videos, you go to the point, share the examples, share your code and that really helps a lot, that is the difference, thank you again !

  • @arifmemovic3383
    @arifmemovic3383 Před 2 lety +1

    This is one of the best R overview/tutorial videos I have ever seen. This is phenomenal content!

  • @stevennye2441
    @stevennye2441 Před 2 lety +1

    Great work, I was getting ready to start down the wrong path on a project and you saved me some great frustration.

  • @Bulgarian83
    @Bulgarian83 Před rokem

    Thank you, Richard! This video is very helpful. Much appreciated!

  • @DataProfessor
    @DataProfessor Před 3 lety +7

    Great video Richard, my all-time favorite would have to be tidyverse, ggplot2 and shiny. A new one that I have to learn is tidymodels.

    • @RichardOnData
      @RichardOnData  Před 3 lety +2

      Thanks Chanin! I would be interested to hear your opinion on caret vs. tidymodels. I have my own take preferring caret for now, but there's a spectrum of views I've seen on this.

    • @DataProfessor
      @DataProfessor Před 3 lety +2

      @@RichardOnData That’s a good one, will take a dive into tidymodels to find out. 😊

  • @sureshkumar-kx2xz
    @sureshkumar-kx2xz Před rokem

    great tutorial! Summary of important R packages at one place!!!!!!!!!!!!!!

  • @Tony_Toni_Tone
    @Tony_Toni_Tone Před rokem

    This is an outstanding explanation. Thank you!

  • @salmoka3327
    @salmoka3327 Před 2 lety

    WOW !!!!!!!
    It a roadmap for learning data , thanks a lot Richard

  • @leoli2363
    @leoli2363 Před 2 lety +1

    Man, you are a legend. These packages are fantastic.

  • @abdallahatef92
    @abdallahatef92 Před 3 lety

    Thanks for this great work and explanation .
    I would like to take your advice
    I'm working with budget vs actual figures comming from erp system and analysis the variances to make insights
    and reports.
    Which i should go for R or Python ?

  • @martinputnam8281
    @martinputnam8281 Před 2 lety

    Well done, my friend. I will recommend this to my data scientists.

  • @dominicj7977
    @dominicj7977 Před 2 lety +2

    I remember doing an operation involving some data grouping and I wrote a code with dplyr and put it for run but it never finished running. It took 15 hours and I terminated my R session.
    That is when I came across data table and all it took was 1-2 minutes

  • @terraflops
    @terraflops Před 3 lety +6

    1. hi, I am new to R from Python. Data Professor pointed the way to you
    2. great review of R packages, I got the whole repo of cheatsheets
    3. I plan on watching your content (new subscriber), thanks!

  • @romulodamasceno2427
    @romulodamasceno2427 Před 3 lety +6

    Hey Richard, incredibly helpful information, thanks!
    Do you think it's possible not to have to learn other BI tools such as tableau or Power Bi and stick with R only for those tasks? Which ones would you say are the best substitutes? Thought about plotly, gganimate, shiny, but I'm still really confused on that.
    Thanks again!

    • @sebastianmullerbalcazar6229
      @sebastianmullerbalcazar6229 Před 2 lety

      it is possible. Power BI is simple to use and uses the logic of excel. I have done a few things in Power BI but I don't feel confortable. I feel R and RStudio, even thou at the beginning seem it takes more time to do things, once you get it, it gives you more freedom. Tableau is quite nice, you can do a lot of things, but again, I would stick to R behave of the large libraries, examples, support and is free.

  • @dangunwangum
    @dangunwangum Před 3 lety +2

    ggThemeAssist! I have to try this add-in. Thank you so much

    • @RichardOnData
      @RichardOnData  Před 3 lety +2

      That's the one I seem to be getting the most comments about in this video! I hope you like it, it really will save you tons of time from looking up theme syntax.

  • @timmytesla9655
    @timmytesla9655 Před 2 lety +1

    This is extremely useful. Thank you very much. I am sharing with my friends.

  • @scottparrish7244
    @scottparrish7244 Před měsícem

    Thank you for this. Very informative.

  • @Blaseblag
    @Blaseblag Před 3 lety +2

    Some "hidden champions" I'd like to add:
    1. echarts4r and highcharter as (in my opinion better) alternatives to plotly
    2. packages like shinydashboardPlus, bs4Dash and bslib as complements to the basic shiny packages
    3. reactable as alternative to kableExtra, especially when creating shiny apps
    4. mlr3 as a further alternative to caret and tidymodels. It is object-oriented and more similar to sklearn from Python
    5. The golem package for creating robust shiny apps
    6. The targets package for managing your (large and computationally expensive) data analysis projects
    Especially the latter two are real game changers in my opinion.

  • @jarofcode9672
    @jarofcode9672 Před 3 lety

    That's a brillant summary what we need.

  • @cagataykiyici2921
    @cagataykiyici2921 Před 2 lety

    Very useful video, thanks a lot Richard

  • @getachewaga7734
    @getachewaga7734 Před 2 lety

    Thank you for this very useful information. Appreciate!!

  • @clevejones9411
    @clevejones9411 Před rokem

    Thank's Richard, you have been a great help..cool video

  • @oscarsheen3045
    @oscarsheen3045 Před 2 lety

    Just starting learning R with R for Data Science. Man, it rocks. Helps I learnt basic Python first, but the structure of R for Data Science is better than the multitude of ways and books I went thru to learn Python.

    • @afonsoosorio2099
      @afonsoosorio2099 Před rokem

      Both Python and R are awesome, the learning curves may be different

  • @syhusada1130
    @syhusada1130 Před 2 lety

    Dude. Awesome video. I wonder, what are ways to combine the best of python and R?

  • @yuanyingmona804
    @yuanyingmona804 Před 2 lety +1

    Had no idea about ggthemeassistant. Thank you so much for the video!! This is incredible content!

    • @RichardOnData
      @RichardOnData  Před rokem

      Yes, it's a total game changer. I can't for the life of me remember all the syntax and individual layers without looking it up!

  • @rainstormandthundersounds4191

    Great! Learnt some very nice stuff from your video!

  • @averyrobbins68
    @averyrobbins68 Před 3 lety +8

    Good stuff, Richard. And you are right: Rmarkdown > Jupyter

  • @ShyamSharma-gs8tt
    @ShyamSharma-gs8tt Před 2 lety

    Wow, that was really cool. Thanks!!

  • @user-nw2bc6km3m
    @user-nw2bc6km3m Před 3 lety +2

    Your videos are very helpful and very good.
    I’m Taiwanese .As a student of department of economic ,I need to using R for analysis and statistics everyday.
    I have to thank you for getting knowledge and skill from your videos and let you know these videos actually help people around the world .
    It help me a lot and I wish you all the best.
    Sincerely

    • @RichardOnData
      @RichardOnData  Před 3 lety +1

      Thank you so much and best of luck to you! I'm glad this and other videos have been resourceful for you!

  • @iqbaleffendy9019
    @iqbaleffendy9019 Před 3 lety

    I recommend using highcharts package for data visualization

  • @kanchanaramar
    @kanchanaramar Před rokem

    Thanks, this was a great compilation.

  • @raphaelortiz4459
    @raphaelortiz4459 Před 2 lety

    Great content sir!

  • @ahmed007Jaber
    @ahmed007Jaber Před 2 lety

    thank you for this. wonder if you could help me out with presentations. I would like to produce a customised presentation and apparently the best approach would be by using officer package, the challenge is splitting tables automatically based on allotted space and size of content. Got any idea how to do it???

  • @patricior7300
    @patricior7300 Před 2 lety +1

    Thanks you Richard! Why I never found "esquisse" package before? clap clap clap!

    • @RichardOnData
      @RichardOnData  Před 2 lety +1

      I spent way too long not knowing of that package's existence. It really does save incredible amounts of time.

  • @devendraparmar7068
    @devendraparmar7068 Před 2 lety

    Just awesome...!..Thank you.

  • @TheChrisSoria
    @TheChrisSoria Před rokem

    Awesome, awesome, awesome. Thanks!

  • @Abilash1able
    @Abilash1able Před 3 lety +1

    Richard. Have you tried out the {ShinyQuickStarter}. Looks like an addin for building shiny apps per drag and drop. Would love see a tutorial on it.😁

    • @RichardOnData
      @RichardOnData  Před 3 lety +1

      I haven't tried it yet! I'm due to do a Shiny series soon anyway so I'll try this soon and if I like it, I'll do a video on it.

    • @BORoundxbox
      @BORoundxbox Před 2 lety

      @@RichardOnData are you going to do a video anytime soon on this app ?

  • @vincedicaro
    @vincedicaro Před 3 lety +1

    Thank you so much!

  • @maggiechen6305
    @maggiechen6305 Před 3 lety +1

    Your videos are so helpful!!!

  • @Breckeko
    @Breckeko Před 3 lety +1

    Great video. Thanks, from argentina!

  • @learneverything2256
    @learneverything2256 Před 2 lety +1

    Best video Ever

  • @williammendieta5427
    @williammendieta5427 Před 3 lety

    Great video!!

  • @jamescutler428
    @jamescutler428 Před rokem

    Even better than fable is timetk, and for time series forecasting ML, use modeltime. Both are developed by Matt Dancho.

  • @Gevorian
    @Gevorian Před rokem

    Which of these packages also exist on Python? Do they have different functions between programming languages?

  • @christianberntsen3856

    Nice video!

  • @shyamgurunath5876
    @shyamgurunath5876 Před 3 lety +1

    Hey I recently encountered with Plumber,Pins & Shiny.It's cool.You should be invited to R :: Conf Richard.

    • @RichardOnData
      @RichardOnData  Před 3 lety

      Haha, thank you! Yeah, "plumber" is another awesome one that didn't quite make the cut but for some will be well worth it.

  • @josephtolentino1900
    @josephtolentino1900 Před 3 lety

    thank you!

  • @galan8115
    @galan8115 Před 2 lety

    Me, using caret and looking up at tydymodels: Look at how they massacred my boy!

  • @hectormotsepe1581
    @hectormotsepe1581 Před 3 lety +1

    Thank you

  • @prod.kashkari3075
    @prod.kashkari3075 Před 3 lety +2

    Fable is part of tidyverts I believe right?

  • @americaninformer925
    @americaninformer925 Před 2 lety

    I would like to learn about shiny app development. can you give a pointer?

  • @user-dl5go9tg6g
    @user-dl5go9tg6g Před 12 dny

    Thanks

  • @sagek7949
    @sagek7949 Před rokem

    Any updates for 2022?

  • @siddharthbhatt4144
    @siddharthbhatt4144 Před 3 lety

    SQL : I am the best when it comes to data
    R : hold my package
    install.packages("SQL")
    I am waiting for the day when there will be a package named SQL in R.

    • @wellurban
      @wellurban Před 2 lety

      There’s sqldf, which lets you write SQL code against in-memory dataframes. Useful if you’re more familiar with SQL than dplyr, or if you’ve inherited some legacy SQL, or if you have to do something dplyr doesn’t yet support, such as inequality joins.

    • @dominicj7977
      @dominicj7977 Před 2 lety

      I think data table can do a lot of SQL related stuff and fast also. Ridiculously fast

  • @HarmonicaTool
    @HarmonicaTool Před 2 lety

    The "audiometry " package is great if you got that kind of data. Else, not so much. Hard to tell what to tell an unknown audience.

  • @singoridalvan4520
    @singoridalvan4520 Před 2 lety

    great

  • @pascalw2262
    @pascalw2262 Před rokem

    Rcpp , data.table,shiny and dplyr ...in that order.

  • @lexiebullock9871
    @lexiebullock9871 Před rokem +1

    its been a year where is 30 packages we should know

  • @danielessiet4063
    @danielessiet4063 Před 10 měsíci

    R is very difficult for me.

  • @Sri_Harsha_Electronics_Guthik

    I think the one who disliked this was a psychopath

  • @SC-bi6my
    @SC-bi6my Před 2 lety

    how about rvest ? lol

  • @lucidlessons5902
    @lucidlessons5902 Před 2 lety

    Lol i have used all of themmmmmm

  • @mosesotieno1629
    @mosesotieno1629 Před 2 lety +1

    You nailed it!
    Grammar for tables (gtsummary) did not make it.😥😥😥
    It's an awesome package for great tables