install.packages("dplyr")
library(dplyr)

exam <- read.csv("전기차충전소현황.csv")

View(exam)

exam %>% filter(충전기타입명 != AC완속)

