extract_liwc_values: Function to get raw LIWC measures for a corpus of text

Description Usage Arguments Examples

View source: R/extract_LIWC_values.R

Description

This function gets LIWC values for a corpus of text and returns them in a formatted dataframe.

Usage

1
extract_liwc_values(df, LIWC_dict)

Arguments

df

Dataframe where text is in column "text" and date is in column "date"

LIWC_dict

Name of LIWC dictionary to use

Examples

1
extract_liwc_values(FARC, spanish_dict)

leslie-huang/MApkg documentation built on May 21, 2019, 5:11 a.m.