Skip to menu

ggplot 그래프 질문입니다.

R입문기초 2020.05.17 21:47 Views : 38495


DF_2 %>% filter(시도명) == "서울") %>% 

코드를 이렇게 작성해봤는데 에러가 발생하더라고요
에러: `data` must be a data frame, or other object coercible by `fortify()`, not an S3 object with class uneval
Did you accidentally pass `aes()` to the `data` argument?
Run `rlang::last_error()` to see where the error occurred.

어떻게 해결 할 수 있나요!?