genDictListFromRawFreq: Clears object that was loaded from harddrive into a list of...

genDictListFromRawFreqR Documentation

Clears object that was loaded from harddrive into a list of terms sorted by frequency

Description

Clears object that was loaded from harddrive into a list of terms sorted by frequency

Clears object that was loaded from harddrive into a list of terms sorted by frequency

Usage

genDictListFromRawFreq(topfreqdictraw)

genDictListFromRawFreq(topfreqdictraw)

Arguments

topfreqdictraw

list with terms from a dictionary sorted by frequency

Value

a sorted list of terms

a sorted list of terms

Examples

## Not run: 
genDictListFromRawFreq(epi)

## End(Not run)
utils::data(rawDrugNamesCoOcEpSO, package="epos")
genDictListFromRawFreq(rawDrugNamesCoOcEpSO)

epos documentation built on May 29, 2024, 3:49 a.m.