eg {tutoR}R Documentation

help with Examples first

Description

Places Examples first and foremost in a help file.

Usage

eg(topic)

Arguments

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

See Also

help, help.search

Examples


eg()            ## Display Menu for help getting started.

eg(plot)        ## plot help: 'Examples', 'Desciption', 'Usage', etc.

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

eg(acme)        ## Instructs how to load the boot Package if not loaded.


[Package tutoR version 0.3.2 Index]