Closed YoungjunNa closed 1 year ago
최근 업로드된 일부 데이터 description이 반영이 안되는 것 같은데 이유가 뭘까요..? data.R 파일을 살펴봐도 문제가 없어 보이는데.. 음...
library(datatoys) library(dplyr) data(package = "datatoys")$results %>% as_tibble() %>% select(Item, Title) %>% rename("데이터셋" = "Item") %>% tidyr::separate(Title, c("출처", "설명"), sep = " ", extra = "merge") %>% arrange(출처) %>% View()
data.R 파일은 이전과 동일하게 작성했는데 왜 반영이 안됐는지 아직 모르겠습니다! 다시 한번 확인해서 수정해놓도록 하겠습니다!
아주 좋습니다 !
최근 업로드된 일부 데이터 description이 반영이 안되는 것 같은데 이유가 뭘까요..? data.R 파일을 살펴봐도 문제가 없어 보이는데.. 음...