edit_r_profile {cabinets} | R Documentation |
Open .Rprofile for editing
Description
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()
Value
A message that .Rprofile is being opened or that it doesn't exist.
[Package cabinets version 0.6.0 Index]