lexicon (version 1.2.1)

available_data: 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 grep.

Value

Returns a data.frame

Examples

Run this code
# NOT RUN {
available_data()
available_data('hash_')
available_data('hash_sentiment')
available_data('python')
available_data('prof')
available_data('English')
available_data('Stopword')
# }

Run the code above in your browser using DataCamp Workspace