#Bài học số 1
install.packages(“tidyverse”)
#gọi thư viện cần sử dụng library(ggplot2)
library(dplyr) library(tidyr) library(readr) library(readxl) Superstore <- read_excel(“3.SUPERSTORE.xlsx”,sheet = 1) head(Superstore) View(Superstore)
#đọc dữ liệu CO2 # xem dữ liệu riêng View(CO2)
summary(CO2)
str(CO2)
mpg
?mpg
head(mpg) summary(mpg)