Write your own R functions

Sdílet
Vložit
  • čas přidán 14. 07. 2024
  • Automate repetitive data tasks by writing your own R functions. Let's go! If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

Komentáře • 12

  • @EquitableEquations
    @EquitableEquations  Před 7 měsíci

    You can find materials supporting this vid (and others) at github.com/equitable-equations/youtube.

  • @averydace7375
    @averydace7375 Před 7 měsíci

    Thank you! I have never been a maths person but decided I would do the google career certificate for data analysis which covers R programming language. Please continue to make these helpful and very easy to understand videos. Your content is much appreciated!!

  • @AlbertoFCabreraCasillas
    @AlbertoFCabreraCasillas Před 7 měsíci +1

    I find your R functions lesson to be an excellent complement to the 2nd edition of R for Data Science. Your explanation goes deeper than that of R for Data Science while providing options not addressed in the book. I also wonder if you would consider a follow up lesson in which you illustrate R functions to clean a database.

  • @kellycriterion1019
    @kellycriterion1019 Před 7 měsíci

    This is great. Thank you

  • @jamesmarsh4047
    @jamesmarsh4047 Před 7 měsíci

    Nice thanks Andrew

  • @jagadishkatam
    @jagadishkatam Před 7 měsíci

    It was nice presentation
    I would like to see more advanced functions where we can pass character values with quotes and without quotes as arguments. I am getting confused with respect to when we are supposed to use the rlang package functions to evaluate character values with quotes and without quotes as arguments. Appreciate your help

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před 6 měsíci

    Andrew, finding a name for a custom function is quite hard since there are many pre-existing functions such as keep_at(). I would therefore try some other different name. Great stuff by the way. Cheers.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před 5 měsíci +1

    Great stuff. How about a video on how to "scrape" tables from a pdf file. I have checked out the tabulizer package (on a Mac) but it keeps bombing. Do you know of a neat way to extracting a table from document or publication that is embedded in text?

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Před 6 měsíci

    Andrew, Is there a tidy version of do.call()? Perhaps in purrr?

  • @mugomuiruri2313
    @mugomuiruri2313 Před 7 měsíci

    good