Suggestion: Add button to table viewer to update/refresh

Currently if you have an object open using View(), you have to use View() again to see an updated/current version. It would be great if there were a toolbar button next to "Filter" to update/refresh. Additionally a keyboard shortcut for this would be great.

Thanks!

I thought there was an auto refreshing feature. See here:

Does it not work for you?

Interesting, thank you for the info. It works for other named objects for me, but not for .Last.value

.Last.value is special -- it's not a real variable, just something you can peek at to see the value of the last expression. The auto-refresh feature works by watching variables for changes.

You can always end your statements with %>% View() to see the result!