Skip to content

Commit facb295

Browse files
authored
Added R (#383)
* Update Dictionary.json Added R in Dictionary.json * Update README.md Added R in README.md
1 parent fb7eb60 commit facb295

File tree

2 files changed

+124
-0
lines changed

2 files changed

+124
-0
lines changed

Dictionary.json

+55
Original file line numberDiff line numberDiff line change
@@ -3623,6 +3623,61 @@
36233623
"Tips5" : "https://jarvislabs.ai/blogs/transfer-learning",
36243624
"Image1" : "https://miro.medium.com/max/7680/1*FOD9HqlC31Qmtl6YzHDFIw.png"
36253625
},
3626+
3627+
{
3628+
"Title" : "R",
3629+
"Tag": "Programming language",
3630+
"Documentation" : "https://www.r-project.org/about.html ",
3631+
"YT1 " :"https://www.youtube.com/watch?v=_V8eKsto3Ug ",
3632+
"YT2 " :"https://www.youtube.com/watch?v=eDrhZb2onWY ",
3633+
"YT3 " :"https://www.youtube.com/watch?v=7NLPPFU0O3w ",
3634+
"YT4 " :"https://www.youtube.com/watch?v=fDRa82lxzaU ",
3635+
"YT5 " :"https://www.youtube.com/watch?v=SBhpLnPuNlI ",
3636+
"YT6 " :"https://www.youtube.com/watch?v=KlsYCECWEWE ",
3637+
"YT7 " :"https://www.youtube.com/watch?v=SWxoJqTqo08 ",
3638+
"YT8 " :"https://www.youtube.com/watch?v=97YxE_M_5bk ",
3639+
"YT9 " :"https://www.youtube.com/watch?v=TGo9F0QyBuE ",
3640+
"Website1": "https://www.reddit.com/r/Rlanguage/ ",
3641+
"Website2": "https://cran.r-project.org/web/packages/modules/vignettes/modulesInR.html ",
3642+
"Website3": "https://www.datamentor.io/r-programming/examples/ ",
3643+
"Website4": "https://www.guru99.com/r-tutorial.html ",
3644+
"Website5": "http://www.rexamples.com/ ",
3645+
"Website6": "https://data-flair.training/blogs/r-applications/ ",
3646+
"Website7": "https://elearningindustry.com/applications-r-programming-r-eal-world ",
3647+
"Website8": "https://swcarpentry.github.io/r-novice-inflammation/02-func-R/ ",
3648+
"Website9": "https://www.geeksforgeeks.org/functions-in-r-programming/ ",
3649+
"Dedicated GH page1" : "https://github.com/wch/r-source ",
3650+
"Dedicated GH page2" : "https://github.com/lgatto/R-programming ",
3651+
"Dedicated GH page3" : "https://github.com/DardenDSC/intro-to-r-programming ",
3652+
"Dedicated GH page4" : "https://github.com/rstudio/shiny ",
3653+
"Dedicated GH page5" : "https://github.com/spedygiorgio/markovchain ",
3654+
"Dedicated GH page6" : "https://github.com/StevenMMortimer/salesforcer ",
3655+
"Dedicated GH page7" : "https://github.com/moodymudskipper/inops ",
3656+
"Dedicated GH page8" : "https://github.com/mrtkp9993/Statistical-Modeling-Examples ",
3657+
"Dedicated GH page9" : "https://github.com/miraisolutions/xlconnect ",
3658+
"Course1" : "https://www.coursera.org/learn/r-programming ",
3659+
"Course2" : "https://www.udemy.com/course/r-programming/ ",
3660+
"Course3" : "https://www.udemy.com/course/r-programming-course-for-absolute-beginners/ ",
3661+
"Course4" : "https://www.udemy.com/course/r-analytics/ ",
3662+
"Course5" : "https://www.udemy.com/course/r-level1/ ",
3663+
"Course6" : "https://www.edx.org/course/data-science-r-basics ",
3664+
"Course7" : "https://www.codecademy.com/learn/learn-r ",
3665+
"Course8" : "https://www.datacamp.com/courses/free-introduction-to-r ",
3666+
"Course9" : "https://www.pluralsight.com/courses/programming-with-r ",
3667+
"Tips1" : "https://paulvanderlaken.com/2018/05/21/r-tips-and-tricks/ ",
3668+
"Tips2" : "https://towardsdatascience.com/tricks-in-r-to-boost-your-productivity-8c977242c69c ",
3669+
"Tips3" : "https://www.datacamp.com/community/tutorials/five-tips-r-code-improve ",
3670+
"Tips4" : "https://www.dataquest.io/blog/rstudio-tips-tricks-shortcuts/ ",
3671+
"Tips5" : "https://www.jigsawacademy.com/tips-for-beginners-in-r/ ",
3672+
"Tips6" : "https://www.geeksforgeeks.org/8-coding-style-tips-for-r-programming/ ",
3673+
"Tips7" : "https://www.computerworld.com/article/2497464/top-r-language-resources-to-improve-your-data-skills.html ",
3674+
"Tips8" : "https://www.r-bloggers.com/2020/06/r-tips-and-tricks-utilities/ ",
3675+
"Tips9" : "https://dataaspirant.com/smart-r-programming-tips/ ",
3676+
"Image1":"https://www.r-project.org/logo/Rlogo.png"
3677+
3678+
},
3679+
3680+
36263681
{
36273682
"Title" : "Ranorex",
36283683
"Tag" : "Software",

README.md

+69
Original file line numberDiff line numberDiff line change
@@ -4463,6 +4463,75 @@ https://www.kaggle.com/getting-started/150888 <br> https://jarvislabs.ai/blogs/t
44634463
</a>
44644464
</details>
44654465

4466+
<details>
4467+
<summary>R </summary>
4468+
<br>
4469+
Category/Type - <br>Programming language <br>
4470+
<br>
4471+
Official Documentation - <br>
4472+
https://www.r-project.org/about.html <br>
4473+
<br>
4474+
Best YouTube creators - <br>
4475+
https://www.youtube.com/watch?v=_V8eKsto3Ug <br>
4476+
https://www.youtube.com/watch?v=eDrhZb2onWY <br>
4477+
https://www.youtube.com/watch?v=7NLPPFU0O3w <br>
4478+
https://www.youtube.com/watch?v=fDRa82lxzaU <br>
4479+
https://www.youtube.com/watch?v=SBhpLnPuNlI <br>
4480+
https://www.youtube.com/watch?v=KlsYCECWEWE <br>
4481+
https://www.youtube.com/watch?v=SWxoJqTqo08 <br>
4482+
https://www.youtube.com/watch?v=97YxE_M_5bk <br>
4483+
https://www.youtube.com/watch?v=TGo9F0QyBuE <br>
4484+
<br>
4485+
Useful Websites -
4486+
<br>
4487+
https://www.reddit.com/r/Rlanguage/ <br>
4488+
https://cran.r-project.org/web/packages/modules/vignettes/modulesInR.html <br>
4489+
https://www.datamentor.io/r-programming/examples/ <br>
4490+
https://www.guru99.com/r-tutorial.html <br>
4491+
http://www.rexamples.com/ <br>
4492+
https://data-flair.training/blogs/r-applications/ <br>
4493+
https://elearningindustry.com/applications-r-programming-r-eal-world <br>
4494+
https://swcarpentry.github.io/r-novice-inflammation/02-func-R/ <br>
4495+
https://www.geeksforgeeks.org/functions-in-r-programming/ <br>
4496+
<br>
4497+
Dedicated Github page - <br>
4498+
https://github.com/wch/r-source <br>
4499+
https://github.com/lgatto/R-programming <br>
4500+
https://github.com/DardenDSC/intro-to-r-programming <br>
4501+
https://github.com/rstudio/shiny <br>
4502+
https://github.com/spedygiorgio/markovchain <br>
4503+
https://github.com/StevenMMortimer/salesforcer <br>
4504+
https://github.com/moodymudskipper/inops <br>
4505+
https://github.com/mrtkp9993/Statistical-Modeling-Examples <br>
4506+
https://github.com/miraisolutions/xlconnect <br>
4507+
<br>
4508+
Best Courses - <br>
4509+
https://www.coursera.org/learn/r-programming <br>
4510+
https://www.udemy.com/course/r-programming/ <br>
4511+
https://www.udemy.com/course/r-programming-course-for-absolute-beginners/ <br>
4512+
https://www.udemy.com/course/r-analytics/ <br>
4513+
https://www.udemy.com/course/r-level1/ <br>
4514+
https://www.edx.org/course/data-science-r-basics <br>
4515+
https://www.codecademy.com/learn/learn-r <br>
4516+
https://www.datacamp.com/courses/free-introduction-to-r <br>
4517+
https://www.pluralsight.com/courses/programming-with-r <br>
4518+
<br>
4519+
Other Tips / Hacks - <br>
4520+
https://paulvanderlaken.com/2018/05/21/r-tips-and-tricks/ <br>
4521+
https://towardsdatascience.com/tricks-in-r-to-boost-your-productivity-8c977242c69c <br>
4522+
https://www.datacamp.com/community/tutorials/five-tips-r-code-improve <br>
4523+
https://www.dataquest.io/blog/rstudio-tips-tricks-shortcuts/ <br>
4524+
https://www.jigsawacademy.com/tips-for-beginners-in-r/ <br>
4525+
https://www.geeksforgeeks.org/8-coding-style-tips-for-r-programming/ <br>
4526+
https://www.computerworld.com/article/2497464/top-r-language-resources-to-improve-your-data-skills.html <br>
4527+
https://www.r-bloggers.com/2020/06/r-tips-and-tricks-utilities/ <br>
4528+
https://dataaspirant.com/smart-r-programming-tips/ <br>
4529+
<br>
4530+
<a href="https://www.r-project.org/logo/Rlogo.png">
4531+
<img align="center" src="https://www.r-project.org/logo/Rlogo.png" width="500" height="500"/>
4532+
</a>
4533+
<br><br><br>
4534+
</details>
44664535

44674536
<details>
44684537
<summary>Ranorex</summary>

0 commit comments

Comments
 (0)