edit_r_profile opens the .Rprofile file for editing.
If the .Rprofile file doesn't exist an error message will be returned.
This is essentially a wrapper function for file.edit.
Usage
edit_r_profile()
Arguments
Value
A message that .Rprofile is being opened or that it doesn't exist.