load.monikers | R Documentation |
A wrapper function to load monikers into
the 'SemNetCleaner' package. Searches for monikers in R
's
SemNetDictionaries
package. Outputs a unique word list
that is combined from all dictionaries entered in the moniker
argument
load.monikers(moniker, vector = TRUE)
moniker |
Character vector.
monikers to load (must be a dictionary in
|
vector |
Boolean.
Should output be a vector? If |
Returns a vector of unique words that have been combined and alphabetized from the specified monikers
Alexander Christensen <alexpaulchristensen@gmail.com>
#find dictionaries to load
dictionaries()
#load "animals" monikers
load.monikers("animals")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.