available_data {lexicon} | R Documentation |
Get Available lexicon Data
Description
See available lexicon data a data.frame.
Usage
available_data(regex = NULL, ...)
Arguments
regex |
A regex to search for within the data columns. |
... |
Other arguments passed to |
Value
Returns a data.frame
Examples
available_data()
available_data('hash_')
available_data('hash_sentiment')
available_data('python')
available_data('prof')
available_data('English')
available_data('Stopword')
[Package lexicon version 1.2.1 Index]