Relative Content

Tag Archive for rrstudio

I’m facing difficulty with fixing the direction of my guide legend

I’m debugging a script and my code runs smoothly from the top to bottom so far. However, the guide legend (the bubbles key) should line horizontally instead but I have no clue how to fix that. I’ve provided the code for this particular section below. Any help would be appreciated.
code
produced graph

R studio is not saving my tabs when I re-open

What is the correct procedure for making sure R Studio saves my tabs (i.e. scripts) when I close R-Studio and then re-open? Currently, all my tabs are gone; I want to make sure they are retained.

How to get a background job to notify you upon completion

Context I have an R script that takes a long time to run, and I used to run it with beepr::beep() at the end to notify me when it was finished. I got this idea from, “Is there a way to make R beep/play a sound at the end of a script?” I would like […]