50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

epos (version 1.1)

genDictListFromRawFreq: 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)

Value

a sorted list of terms

a sorted list of terms

Arguments

topfreqdictraw

list with terms from a dictionary sorted by frequency

Examples

Run this code
if (FALSE) {
genDictListFromRawFreq(epi)
}
utils::data(rawDrugNamesCoOcEpSO, package="epos")
genDictListFromRawFreq(rawDrugNamesCoOcEpSO)

Run the code above in your browser using DataLab