Description Usage Arguments Details Value Author(s)
View source: R/fct_data_prep.R
removes unnecessary and adds useful columns to the input data
1 | prep_data(rwa_data)
|
rwa_data |
output tibble of |
Remove:
source column
Add:
n_words
word count per message
n_emojis
emoji count per message
wday
weekday (integer, 1 corresponds to Sunday)
augmented tibble (remove: source, add: n_words, n_emojis, wday)
Emanuel Sommer / Eleftheria Papavasileiou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.