RProDigest (@rprodigest) 's Twitter Profile
RProDigest

@rprodigest

This channel will provide a summary or distillation of important information related to R programming and data science.

ID: 1610644731276435459

calendar_today04-01-2023 14:30:16

227 Tweet

607 Takipรงi

52 Takip Edilen

RProDigest (@rprodigest) 's Twitter Profile Photo

Need to reference your charts? Use the tag argument in labs() with ggplot2! Label your plot "Fig. 1" for easy identification. ๐Ÿ“๐Ÿ“Š #rstats #ggplot

Need to reference your charts? Use the tag argument in labs() with ggplot2! Label your plot "Fig. 1" for easy identification. ๐Ÿ“๐Ÿ“Š #rstats #ggplot
RProDigest (@rprodigest) 's Twitter Profile Photo

๐Ÿ“ˆ From raw data to insights, visdat helps you visualize correlations quickly. Try visdat::vis_cor() today! #DataScience #RStats

๐Ÿ“ˆ From raw data to insights, visdat helps you visualize correlations quickly. Try visdat::vis_cor() today! #DataScience #RStats
RProDigest (@rprodigest) 's Twitter Profile Photo

Managing your files just got easier! Use this R code to count files in your working directory. ๐Ÿ“‚ #RStats #ProductivityHacks

Managing your files just got easier! Use this R code to count files in your working directory. ๐Ÿ“‚ #RStats #ProductivityHacks
RProDigest (@rprodigest) 's Twitter Profile Photo

๐Ÿ” Ever wondered how text is stored in memory? charToRaw(" Your String") offers a glimpse into the raw byte structure. #rstats

๐Ÿ” Ever wondered how text is stored in memory? charToRaw(" Your String") offers a glimpse into the raw byte structure. #rstats
RProDigest (@rprodigest) 's Twitter Profile Photo

R pro tip: Highlight any function and press F1 to open the help documentation. It's like a secret cheat code! ๐ŸŽฎ๐Ÿ“–

R pro tip: Highlight any function and press F1 to open the help documentation. It's like a secret cheat code! ๐ŸŽฎ๐Ÿ“–
RProDigest (@rprodigest) 's Twitter Profile Photo

Want to see all the arguments a function can take? Just place your cursor inside the parentheses and hit Tab! ๐Ÿ’ปโœจ Save time, code smarter. ๐Ÿ™Œ #CodingTips #RStats #ProgrammingHacks

RProDigest (@rprodigest) 's Twitter Profile Photo

Impress your team with clean, interactive data summaries. ๐Ÿ’ป Try summarytools in R now: #RStats #DataWrangling #summarytools

Impress your team with clean, interactive data summaries. ๐Ÿ’ป Try summarytools in R now:
#RStats #DataWrangling #summarytools
RProDigest (@rprodigest) 's Twitter Profile Photo

Automate your EDA workflow like a pro with SmartEDA! One line of code for insightful reports. Try this: ExpReport(op_file = 'EDA_Report.html') ๐Ÿ”ฅ #RStats #DataAnalysis

Automate your EDA workflow like a pro with SmartEDA! One line of code for insightful reports.
Try this: ExpReport(op_file = 'EDA_Report.html') ๐Ÿ”ฅ #RStats #DataAnalysis
RProDigest (@rprodigest) 's Twitter Profile Photo

Fix This Code" Challenge! ๐Ÿšจ Debugging Challenge! This Tidyverse code is broken. Can you spot why? #Rstats #tidyverse

Fix This Code" Challenge!
๐Ÿšจ Debugging Challenge!
This Tidyverse code is broken. Can you spot why?
#Rstats #tidyverse
RProDigest (@rprodigest) 's Twitter Profile Photo

How has life expectancy in the gapminder dataset changed across continents over time? ๐ŸŒ๐Ÿ“Š A heatmap built in #R using {tidyplots} tells the story. ๐Ÿ‘‡ insights below! #DataViz #RStats #tidyplots code @https://rb.gy/2s36y4

How has life expectancy in the gapminder dataset changed across continents over time? ๐ŸŒ๐Ÿ“Š
A heatmap built in #R using {tidyplots}  tells the story.
๐Ÿ‘‡ insights below! #DataViz #RStats #tidyplots code @https://rb.gy/2s36y4
RProDigest (@rprodigest) 's Twitter Profile Photo

COโ‚‚ emissions tell a story of economic power! ๐Ÿ“Š Upper-middle-income countries are now major players in greenhouse gas emissions. Are we witnessing a shift in responsibility? ๐Ÿง #Sustainability #rstats code is avaliable here: rb.gy/5jxwuf

COโ‚‚ emissions tell a story of economic power! ๐Ÿ“Š Upper-middle-income countries are now major players in greenhouse gas emissions. Are we witnessing a shift in responsibility? ๐Ÿง #Sustainability #rstats code is avaliable here: rb.gy/5jxwuf
RProDigest (@rprodigest) 's Twitter Profile Photo

๐Ÿš€ Need to install a specific version of a package in R? Use devtools::install_version(). Hereโ€™s an example for ggmap v3.5.2! ๐Ÿ“Œ #rstats

๐Ÿš€ Need to install a specific version of a package in R? Use devtools::install_version(). Hereโ€™s an example for ggmap v3.5.2! ๐Ÿ“Œ #rstats
RProDigest (@rprodigest) 's Twitter Profile Photo

๐Ÿ” Using R in your research? Donโ€™t forget to cite your packages! citation("tidyverse") is your friend. Give credit where itโ€™s due. ๐Ÿ’ก๐Ÿ“š #tidyverse

๐Ÿ” Using R in your research?
Donโ€™t forget to cite your packages!
 citation("tidyverse") is your friend.
Give credit where itโ€™s due. ๐Ÿ’ก๐Ÿ“š #tidyverse
RProDigest (@rprodigest) 's Twitter Profile Photo

๐Ÿ”ฅ Yes, R supports dictionaries tooโ€”just like Python! Example: mlr3 includes several predefined ML tasks in the mlr_tasks Dictionary.#rstats #ML #DataScience

๐Ÿ”ฅ Yes, R supports dictionaries tooโ€”just like Python!
Example: mlr3 includes several predefined ML tasks in the mlr_tasks Dictionary.#rstats #ML #DataScience
RProDigest (@rprodigest) 's Twitter Profile Photo

Matrix of confidence: 1s where it counts, 0s where it doesnโ€™t. torch_eye(20) for the win. ๐Ÿ’ช #rstats #torch

Matrix of confidence:
1s where it counts, 0s where it doesnโ€™t.
torch_eye(20) for the win. ๐Ÿ’ช #rstats #torch