Learn R Programming

fBasics (version 4021.92)

listDescription: Description File Listing

Description

Lists the content of a description file.

Usage

listDescription(package, character.only = FALSE)

Value

prints the description file.

Arguments

package

a literal character or character string denoting the name of the package to be listed.

character.only

a logical indicating whether 'package' can be assumed to be character strings.

See Also

listFunctions, listIndex.

Examples

Run this code
## listDescription -
   listDescription("fBasics")

Run the code above in your browser using DataLab