setRinfo: Set the global parameter for the package

Description Usage Arguments

Description

Set the global parameter for the package to save time. See options for more information. The information is saved in options()$rinfo. Once set, you don't need to provide package name information in other functions anymore.

Usage

1
setRinfo(package='base', email='', name='',cc='')

Arguments

package

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

email

Your email.

name

Your name.

cc

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


Rinfo documentation built on May 2, 2019, 4:52 p.m.

Related to setRinfo in Rinfo...