gk231192

Module 6.3 Linear Regression Load Data

Jun 30th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.10 KB | None | 0 0
  1. library(readxl)
  2. #setwd("Your Folder Name")
  3. Starbucks<- read_excel("Starbucks.xlsx")
  4. View(Starbucks)
Add Comment
Please, Sign In to add comment