I am absolutely new to R and programming in general, so kindly excuse my language.
I am using twitteR package to get tweets of certain hashtag. I wanted to export these tweets into xlsx file and I am facing this error:
Error in is.data.frame(x) : object 'x' not found
I am writing the export line as follows: write_xlsx(x, path = "cars.xlsx", col_names = TRUE)
I am certainly missing on something here. Would appreciate any help!