[R] How long does it take to learn the R programming language?

Steve Pointer @po|nter @end|ng |rom humd@|@net
Tue Sep 27 17:20:59 CEST 2022


The basics can be learnt in a short time.  The easiest way I found and have used to train a number in my team is to use the R library Swirl as a walkthrough. https://swirlstats.com/

Basically 

>install.packages("swirl")
>library("swirl")
>swirl()

... and then follow the on-screen guide.

Steve P



More information about the R-help mailing list