Files
tunmnlu/task_2/others-answer/omsa-main/ISYE-6501-OAN/hw3/.Rhistory
louiscklaw 9035c1312b update,
2025-02-01 02:09:32 +08:00

8 lines
328 B
R

knitr::opts_chunk$set(echo = TRUE)
temps_data <- read.table('C:/Users/mjpearl/Desktop/omsa/ISYE_6501/hw3/data/temps.txt',header = TRUE, stringsAsFactors = FALSE)
temps_data <- read.table('C:/Users/mjpearl/Desktop/omsa/ISYE-6501-OAN/hw3/data/temps.txt',header = TRUE, stringsAsFactors = FALSE)
head(temps_data)
clear
exit()
exit