RStudio Tips (@rstudiotips) 's Twitter Profile
RStudio Tips

@rstudiotips

Useful features, shortcuts, and ideas for working with the RStudio IDE to develop R analyses, packages, and documents.

ID: 2613859267

linkhttp://www.posit.co/ calendar_today09-07-2014 16:33:00

522 Tweet

87,87K Followers

51 Following

RStudio Tips (@rstudiotips) 's Twitter Profile Photo

L’interface utilisateur·rice de RStudio 2022.07 est expérimentalement disponible en Français, grâce à l’aide précieuse de Statistique Canada. Essayez avec Options -> General -> Advanced -> Experimental Features. #rstats

RStudio Tips (@rstudiotips) 's Twitter Profile Photo

If you use #vim mode in RStudio, try the new Relative Line Numbers feature in 2022.07 (Options -> Code -> Display) for easy targeting of jumps and and motions. #rstats

If you use #vim mode in RStudio, try the new Relative Line Numbers feature in 2022.07 (Options -> Code -> Display) for easy targeting of jumps and and motions. 

#rstats
Dr. Rebecca Hirst (@hirstrj) 's Twitter Profile Photo

omg did you know you can access #R #cheatsheets straight from Rstudio?! I'm heading back under my rock now 🙈 #coding #rstats

Kirk Borne (@kirkdborne) 's Twitter Profile Photo

How to store, use, and re-use @RStudio code snippets: bit.ly/3QLuG6B by Sharon Machlis now at Mastodon & Bluesky ————— #BigData #MachineLearning #AI #DataScientists #DataScience #Coding #Rstats #RStudio ——— Source for graphic: community.rstudio.com/t/rstudio-sele…

Nic Crane (@nic_crane) 's Twitter Profile Photo

Holy shit, how did I not know Python integration in RStudio is this good? Had no idea that I can run Python line-by-line & a view objects in my environment just like with R. Looking at reticulate changelog & realising I only understood like 30% of its capabilities 🤯🐍 #rstats

Holy shit, how did I not know Python integration in RStudio is this good? Had no idea that I can run Python line-by-line & a view objects in my environment just like with R. Looking at reticulate changelog & realising I only understood like 30% of its capabilities 🤯🐍 #rstats
Crystal Lewis @cghlewis.bsky.social (@cghlewis) 's Twitter Profile Photo

I had no idea the #rstats "todor" Addin existed for RStudio. Thank you to Charlie for pointing this out. I can finally easily find my future notes to myself! github.com/dokato/todor

I had no idea the #rstats "todor" Addin existed for RStudio. Thank you to <a href="/charliejhadley/">Charlie</a> for pointing this out. I can finally easily find my future notes to myself!
github.com/dokato/todor
RStudio Tips (@rstudiotips) 's Twitter Profile Photo

You select 4 lines of R code in @RStudio and run them. Unfortunately, line 2 emits an error! Would you expect RStudio to stop execution, or to continue running lines 3 and 4? #RStats

RStudio Tips (@rstudiotips) 's Twitter Profile Photo

The command history in RStudio can tell you not only *what* you've done in the past -- but also *when*! Use the command History: Show in Context (from the Command Palette - Ctrl/Cmd + Shift + P) to display your history with timestamps. #rstats

The command history in <a href="/rstudio/">RStudio</a> can tell you not only *what* you've done in the past -- but also *when*! Use the command History: Show in Context (from the Command Palette - Ctrl/Cmd + Shift + P) to display your history with timestamps. #rstats
RStudio Tips (@rstudiotips) 's Twitter Profile Photo

It's Halloween, and you know what that means: you are contractually obligated to turn down the lights and work in a dark theme. Paste into @RStudio at the console and press Enter: > rstudioapi::applyTheme("Dracula") #rstats

Posit PBC (@posit_pbc) 's Twitter Profile Photo

We have some wonderful news: RStudio is now Posit! 🎉 While many things will stay the same, our rebrand will result in changes beyond a new name. To start, our new website posit.co is now live. Please check out our new home and let us know what you think!

RStudio Tips (@rstudiotips) 's Twitter Profile Photo

Hi, RStudio IDE team here! Just want to clarify that the name of the open source RStudio IDE is NOT changing. It's always been, and always will be, RStudio. #rstats

Karissa Whiting (@karissawhiting) 's Twitter Profile Photo

I just discovered that scripts in multiple panels was a layout option in #rstudio. This is so handy! #RStats #rtips Tools > Global Options > Pane Layout

I just discovered that scripts in multiple panels was a layout option in #rstudio. This is so handy! #RStats #rtips  

Tools &gt; Global Options &gt; Pane Layout
RStudio Tips (@rstudiotips) 's Twitter Profile Photo

Our #rstudio add-in of the day is Codegrip, which makes it easy to beautifully format R function calls (especially long ones) and navigate inside them. #rstats github.com/lionel-/codegr…