load.monikers: Load Monikers

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

moniker

Character vector. monikers to load (must be a dictionary in dictionaries)

vector

Boolean. Should output be a vector? If FALSE, then output is a list. Defaults to TRUE

Value

Returns a vector of unique words that have been combined and alphabetized from the specified monikers

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

1
2
3
4
5
#find dictionaries to load
dictionaries()

#load "animals" monikers
load.monikers("animals")

SemNetDictionaries documentation built on Jan. 17, 2022, 5:07 p.m.