view: View the usage information about an package

Description Usage Arguments Details

Description

View the usage information about an package. See setRinfo on how to set global options on package information.

Usage

1
view(comment=FALSE, ncomment=1:5, package, lib.loc = NULL)

Arguments

package

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

comment

Whether show comments

ncomment

The index of the comments to show

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().

Details

The usage information includes number of downloads, number of likes, number of dislikes, and the average rating.


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

Related to view in Rinfo...