text_delete: Preprocess Twitter textual data

Description Usage Arguments Value Examples

View source: R/text_delete.R

Description

This function retrives lemma version of text data.

Usage

1
text_delete(df,removewords)

Arguments

df

data frame

removewords

Not add any meaning words

Value

df

data frame

removewords

add all the not necessary words

Examples

1
2
3
df_pre <- twitter_preprocess(df_tweets, ud_lang = "spanish", stop_words)
removewords <- c("not", "any")
df_pre <- text_delete(df,removewords)

BeaJJ/ComTxt documentation built on Dec. 17, 2021, 10:46 a.m.