Description Usage Arguments Value Examples
GetPkgMeta Get metadata fields and associated entries from a package's
documentation (e.g. "keyword" or "concepts".)
1 2 3  | 
meta | 
 Character the metadata field.  | 
package | 
 Character The package to query for metadata.  | 
keyword | 
 Character A specific keyword to look for.  | 
concept | 
 Character A specific concept to look for.  | 
quiet | 
 Logical Do not print summary to screen.  | 
listMetaOnly | 
 Logical Just return the meta categories (without functons)?  | 
byFunction | 
 Character Vector of functions for which concepts and keywords are desired.  | 
List of metadata fields in alphabetical order with corresponding entries.
1 2 3 4 5 6 7  | GetPkgMeta()
GetPkgMeta('keyword', package='ggplot2')
GetPkgMeta(concept = 'foo', key='hplot' )
print( GetPkgMeta(concept = c('dataMgmt','foo'), key=c('foo','hplot') , quiet=TRUE))
str( GetPkgMeta(concept = c('dataMgmt','foo'), key=c('foo','hplot') , quiet=TRUE))
str( GetPkgMeta(concept = c('dataMgmt','DART'), key=c('internal','hplot') , quiet=TRUE))
GetPkgMeta(byFunction=c('MkDischargeVariance','SaveHucData'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.