how to rename r object within all scripts of a project

How can I rename e.g. a dataframe name contained in all my scripts in a project.
I am aware of 'rename in scope' which allows to rename all occurrences within one specific script.
But, unless I mixed something up, I think I saw somewhere that the new RStudio beta version allows to rename all occurrences within an entire project. Any help? Thx!

Yes, the RStudio 1.3 Preview contains the Global Replace feature you are looking for.

1 Like

Great, many thanks. That's what I had seen.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.