RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

Angelinaaa

Angelina

Recently Published

HW07
HW06
HW05
HW04
Final exam
Midterm
Document
HW03
Document
HW02
hw04angela
Document
hw02
hw02
Document
1. Load up required libraries: tidyverse, lubridate, tidyquant, readxl, writexl. 2. Import the data files using read_excel() to import excel files. 3. Based on bikes.xlsx, show "model" and "price" column with "price" in descending order. (Hint: use select(), arrange(), desc()) 4. Based on bikes.xlsx, show "model" and "price" column with "price" greater than mean value of price. (Hint: use select(), filter())