How to Get Data Through APIs with R & {httr2} | Ultimate Step-By-Step Tutorial

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • DESCRIPTION AND CODE
    Web APIs are everywhere. So, figuring out how to operate them is often a necessary part for any data scientist. In this vidoe, I give you a detailed guide on the {httr2} package so that you can communicate with any Web API through R. You can find the corresponding blog post (including all the links I've shown in the video) at albert-rapp.de...
    📈 CREATE EFFECTIVE CHARTS
    Check out my video course to create insightful data visualizations with ggplot at arapp.thinkifi...
    MORE VIDEOS
    📺 Avoid duplicate R code in 150 seconds • Avoid duplicate code w...
    📺 Shiny modules in 100 seconds • Shiny Modules in 100 S...
    📺 Fast explainer playlist • Explainer videos
    Subscribe at 👉 / @rappa753
    MORE CONTENT
    - weekly 3-minute newsletter about R, DataViz and webdev at 3mw.albert-rap...
    - LinkedIn at / dr-albert-rapp-9a5b9b28b
    #rstats #dataviz #ggplot #dplyr

Комментарии • 25

  • @rappa753
    @rappa753  5 месяцев назад +1

    If you enjoyed this video and want to level up your R skills even further, check out my latest video courses:
    📍 Data Cleaning Master Class at data-cleaning.albert-rapp.de/
    📍 Insightful Data Visualizations for "Uncreative" R Users at arapp.thinkific.com/courses/insightful-data-visualizations-for-uncreative-r-users

  • @berkeaydas8089
    @berkeaydas8089 2 месяца назад +1

    Thank you! I learned a lot thanks to your explanation.

    • @rappa753
      @rappa753  2 месяца назад

      Glad that this helped you 😊

  • @gecarter53
    @gecarter53 6 месяцев назад +3

    Three great videos rolled in to one, using:
    1. weather api
    2, chatAPi api
    3. geocoding api

  • @lreco
    @lreco 4 месяца назад +1

    I really love that you take users from the very beginning with you :D Thanks!!

  • @bassamsaleh8034
    @bassamsaleh8034 6 месяцев назад +2

    I love your contents and I think all your videos are valuable , but I have to say, this is the most valuable content ever, maybe because nested lists are always a pain in..... 😅.
    Thank you

    • @rappa753
      @rappa753  6 месяцев назад

      Thank you, really appreciate that you have followed my content for so long :) And yeah, nested lists are aweful. Doesn't get any easier to deal with them but with a good set of functions it becomes bearable :D

  • @shadyamigo
    @shadyamigo 6 месяцев назад +1

    Great content as always. I feel you were reading my mind as I was accessing my first OAuth api today and this helped so much

    • @rappa753
      @rappa753  6 месяцев назад

      Lucky timing, I guess :D But glad it's helpful ☺

  • @MKhan-zo8xo
    @MKhan-zo8xo 6 месяцев назад +1

    I've actually never heard of this package! Great content as always :D

    • @rappa753
      @rappa753  6 месяцев назад +2

      Yeah, this package flies kind of under the radar until you need to call APIs 😬

  • @zostube
    @zostube 3 месяца назад

    Brilliant material, although I am very comfortable with Rand tidyverse, I was thinking of using python for my rest API use cases because I thought there wre no comprehensive packages in R to do the same. This video opened my eyes. Thanks a lot

    • @rappa753
      @rappa753  3 месяца назад

      I once thought the same thing and then discovered {httr2} 😁 that's why I made the video. Glad this package helped you too 🤗

  • @djangoworldwide7925
    @djangoworldwide7925 6 месяцев назад +1

    You have really unique content. Love it.

    • @rappa753
      @rappa753  6 месяцев назад

      Thank you :)

  • @MrPresonic
    @MrPresonic 6 месяцев назад +1

    Yup, fantastic stuff again!

    • @rappa753
      @rappa753  6 месяцев назад +1

      As always, thank you Paul ☺

  • @NATS7599
    @NATS7599 6 месяцев назад +1

    As always, great content!! Can you share what the colored bars are in your qmd file to the left of your code? It’s pink and sometimes goes to green? Thanks in advanced!

    • @rappa753
      @rappa753  6 месяцев назад +1

      It's the rainbow Indents from RStudio. You can enable them in the settings. I really enjoy that setting

  • @iwoaugustynski9265
    @iwoaugustynski9265 6 месяцев назад +1

    Very good tutorial. Have you tried twitter API?

    • @rappa753
      @rappa753  6 месяцев назад

      Thank you 🤗 and no I didn't try it. Last time I checked the Twitter api cost a whole lot of money

  • @spudsinski
    @spudsinski 4 месяца назад

    hello Albert, great video! quick question, how did you set the rainbow indentation in RStudio, is that part of global options now?

    • @rappa753
      @rappa753  4 месяца назад +1

      Yup it's in the settings under code > display > Intentation guide: Rainbow fills

    • @spudsinski
      @spudsinski 4 месяца назад

      @@rappa753 many thanks!