How to Create Amazing Eurostat Maps in 2024 with R and ggplot2

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024

ความคิดเห็น • 5

  • @geomensurainteligente
    @geomensurainteligente 6 หลายเดือนก่อน +1

    Buenos dias Milos, como siempre excelentes videos. Saludos Cordiales desde Chile

  • @arnoldkakas6343
    @arnoldkakas6343 6 หลายเดือนก่อน +1

    Hi Milos, once again great tutorial! I noticed that you always create list of libs and check whether the libraries are installed or not.
    You can use pacman library and p_load function to load/install missing libs:
    if (!require("pacman")) install.packages("pacman")
    pacman::p_load(package1, package2, package_n)
    edit: at 18:30 you can use also dplyr::coalesce() function to fill NAs with value from specified column

    • @milos-makes-maps
      @milos-makes-maps  6 หลายเดือนก่อน

      Great advice, thank you so much! 💯 I see pacman as a great alternative to my very long and verbose code at the outset

  • @miskaknapek
    @miskaknapek 6 หลายเดือนก่อน +1

    Good going Milos!