[R] Documentation General Comments

hadley wickham h.wickham at gmail.com
Thu Apr 24 17:26:57 CEST 2008


>  Help files with alias or concept or title matching 'data type' using
>  fuzzy matching:
>  character-class(methods)
>                         Classes Corresponding to Basic Data Types
>  sqlTypeInfo(RODBC)      Request Information about DataTypes in an ODBC
>                         Database
>

One small, but concrete improvement to the output from help.search
would be to list the functions like:

methods::character-class
                        Classes Corresponding to Basic Data Types
RODBC::sqlTypeInfo      Request Information about DataTypes in an ODBC
                        Database

and then extend ? to correctly parse (e.g.)  ?methods::character-class
 (although perhaps there a better display would be
methods::"character-class").  This change would make function calling
and accessing documentation a little more consistent.

It would also be useful to list keywords in the help documentation, so
that one could more easily figure out what other documentation might
be related.

Hadley

Hadley

-- 
http://had.co.nz/



More information about the R-help mailing list