makehtml.docs {utils.docs} R Documentation

Create html help document for the specific package module

Description

Usage

makehtml.docs(pkgName,
    template = NULL,
    package = NULL,
    globalEnv = NULL);

Arguments

pkgName

The package name

globalEnv

[as GlobalEnvironment]

Details

This method create a single html help page file for generates pdf help manual file.

Authors

roxygenNet

Value

this function returns data object of type string.

clr value class

Examples


[Package utils.docs version 1.0.0.0 Index]