How to set for good parameter help_type=”text” in R ? Have I to type command options(help_type=”text”) every time I start R session, or could it be setted as constant ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can put that option choice in a
.Rprofilefile in the directory in which you start R. I use that method to load frequently used functions and a default set of packages.I suppose I should mention that files beginning with a period (so-called dot-files) are sometimes hidden by the OS. (I know this to be true on Macs and Windows boxes.) On a Mac you can change the behavior of the Finder.app to display these files. That means you can use your OS GUI to edit them. (Not all of us are Emacs-capable.)