crawling한 데이터를 하나의 table로 merge한 것이다. scale 전의 raw 데이터를 볼 수 있다. 검색을 통해 그 값들을 확인해 볼 수 있다.
data = readr::read_csv(file="https://raw.githubusercontent.com/YooGunWook/1nurse4stat/master/shiny/data/finalresult_graph_final_5.csv") DT::datatable(data, rownames = F, extensions='Buttons', options=list(dom='Bfrtip',buttons=c(I('colvis'),'copy', 'csv', 'excel', 'pdf', 'print')) )