RStudio has an amazingly god history mechanism --- better than what is provided just by the .Rhistory file, or at least that how it looks. However, there are some cases in which I'd like to remove an entry from the history entries shown in the History pane, and also from the history-based auto complete menu mechanism at the command line. This is simply because I'd like to avoid repeating failed commands/lines that I had to retry multiple times until I got it right.
Any way to do so?
Thanks.