help.request {utils} | R Documentation |
Prompts the user to check they have done all that is expected of them before sending a post to the R-help mailing list, provides a template for the post with session information included and optionally sends the email (on Unix systems).
help.request(subject = "", address = "r-help@R-project.org", file = "R.help.request", ...)
subject |
subject of the email. Please do not use single quotes (') in the subject! Post separate help requests for multiple queries. |
address |
recipient's email address. |
file |
filename to use (if needed) for setting up the email. |
... |
additional named arguments such as method and
ccaddress to pass to create.post . |
This function is not intended to replace the posting guide. Please read the guide before posting to R-help or using this function (see http://www.r-project.org/posting-guide.html).
The help.request
function:
create.post
.
Nothing useful.
Heather Turner, based on the then current code and help page of
bug.report()
.
The posting guide (http://www.r-project.org/posting-guide.html),
also sessionInfo()
from which you may add to the help request.