reply: Reply to a question

Description Usage Arguments

View source: R/rstats.R

Description

Reply to a question. See setRinfo on how to set global options on package information.

Usage

1
reply(id, comment=NULL, package, email, name, cc, meta=TRUE, lib.loc = NULL)

Arguments

id

The id number of the question to answer. You can find the id number by view

comment

Question to ask.

package

The name of the package to comment on. The default is R base.

email

Email address. You will receive email if someone answers your question.

name

Your name

cc

cc the question, for example, to r-help@r-project.org.

lib.loc

a character vector describing the location of R library trees to search through, or NULL. The default value of NULL corresponds to checking the loaded namespace, then all libraries currently known in .libPaths().

meta

Whether to provide meta information of the R package.


rstats documentation built on May 2, 2019, 5:16 p.m.