eg {tutoR}R Documentation

help with examples first

Description

Scans help files to pick out first Sections: Examples, Description, and so on.

Usage

eg(func)

Arguments

With 'func' missing, eg() gives menu for examples to help start off.
func Locates help file for 'func' (with all packages searched). 'func' may be quoted ("func") or unquoted. "if", for example, syntax requires in (double) quotes. More complete documentation, and options, are available by using the 'help' command. Upon 'func' not being located (then taking keyword='func'), help.search("keyword") is automatically activated.

See Also

help, help.search

Examples

eg(plot)                # Picks out 'Examples', then 'Desciption', 'Usage', etc.

eg(bootstrap)           # Upon not finding a function 'bootstrap',
                        # related functions and packages are listed.

eg(acme)                # Will instruct how to load the boot Package.

[Package tutoR version 0.2.1 Index]