Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Calculus

Authors: Howard Anton, Irl C Bivens, Stephen Davis

10th Edition

1118404009, 9781118404003

More Books

Students also viewed these Mathematics questions