Write your own R functions

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

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

  • @EquitableEquations
    @EquitableEquations  8 месяцев назад +1

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

  • @missg700
    @missg700 Месяц назад

    Great explanation!

  • @averydace7375
    @averydace7375 8 месяцев назад

    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 8 месяцев назад +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.

  • @jagadishkatam
    @jagadishkatam 8 месяцев назад

    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 7 месяцев назад

    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 7 месяцев назад

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

  • @kellycriterion1019
    @kellycriterion1019 8 месяцев назад

    This is great. Thank you

  • @jamesmarsh4047
    @jamesmarsh4047 8 месяцев назад

    Nice thanks Andrew

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 6 месяцев назад +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?

  • @mugomuiruri2313
    @mugomuiruri2313 8 месяцев назад

    good