Answered step by step
Verified Expert Solution
Question
1 Approved Answer
--- title: R Notebook output: html_notebook --- First load libraries you need ```{r} library(dplyr) ``` Load some data ```{r} tweets
--- title: "R Notebook" output: html_notebook --- First load libraries you need ```{r} library(dplyr) ``` Load some data ```{r} tweets <- readRDS("data1.rds") ```
Answer the following: (your answer should come from code, not from you just reading the screen)
1) How many tweets have makebot.sh as the source? 2) for tweets from Android, how many unique languages are there? 3) What percentage of tweets mention supermario? 4) how many of those tweets are NOT in English?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started