% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/derekovecs.R | |
\name{frequencyRank} | |
\alias{frequencyRank} | |
\title{Get frequency rank} | |
\usage{ | |
frequencyRank(word = "Test", ...) | |
} | |
\arguments{ | |
\item{word}{The word to get the frequency rank of.} | |
\item{...}{Additional parameters to pass to the API.} | |
} | |
\value{ | |
Frequency rank. | |
} | |
\description{ | |
Gets the frequency rank of a word in the training data. | |
} |