|
You are here |
pillar.r-lib.org | ||
| | | | |
echarts4r.john-coene.com
|
|
| | | | | ||
| | | | |
r4ds.hadley.nz
|
|
| | | | | ||
| | | | |
parsnip.tidymodels.org
|
|
| | | | | augment() will add column(s) for predictions to the given data. | |
| | | | |
www.outcoldman.com
|
|
| | | If you are on Mac, I highly recommend trying the app I have built ShellHistory. I spend a lot of time in terminals, as most of you. I never been more productive than when I started to use dbhist. You probably know several ways how you can search bash history. My ways were Control-R or history | grep foo. Both have limitations, both has issues. With grep it always a hassle for me to write POSIX compatible regexp, like it always gets me, it should be [[:digit:]], not \d. And don't want to mention how often bash corrupts or unexpectedly overrides history file, which I use one for all sessions. | ||