Code_words: Code single-word unprocessed responses

Description Usage Arguments Value

View source: R/Code_words.R

Description

This function allows you to code a variable of unprocessed text responses into the different dictionaries and sentiments

Usage

1
2
3
4
5
6
7
8
Code_words(
  data,
  text = "word",
  more2na = T,
  parallelize = T,
  print = T,
  debug = F
)

Arguments

data

dataframe including the text to code

text

string name of a variable (vector) of text to code into the dictionaries

more2na

if text has more than 2 words, transform to na

Value

Original dataframe with additional columns for codings


spreising/Copy-SADCAT documentation built on Oct. 10, 2020, 12:46 a.m.