r - Autocomplete history in rstudio -


a google search did not me out i'm hoping our community will...

i'm new rstudio , while easy press button go sequentially through r commands when command looking few commands back, it's hard when command while back.

i'm looking ctrl-r in linux environments type few letters , completes command based on history.

is there in rstudio?

you can try history()

for e.g

history(max.show = 50, reverse = f, pattern = "data.table::") 

this automatically open commands used in past .


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -