Learn R Programming

cabinets (version 0.6.0)

edit_r_profile: 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()

Arguments

Value

A message that .Rprofile is being opened or that it doesn't exist.