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 with AI-Powered 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

Operations Management Processes And Supply Chains

Authors: Lee Krajewski, Naresh Malhotra, Larry Ritzman

13th Global Edition

129240986X, 978-1292409863

Students also viewed these Mathematics questions