I am trying to run a script with Rstudio, and I am encountering the following issue: When I run the script, this error message appears in the console:
Error in grouped_df_impl(data, unname(vars), drop) : Column
description
is unknown
For reference, here is the code which I got from https://github.com/holnburger/Emoji-FB-analysis
I am completely new to R, and I cant explain why this error occurs. the function grouped_df_impl(data, unname(vars), drop) is not even in the code, so I am guessing it comes from one of the installed packages?
I am grateful for any help.