파일 업로드 시 필터링을 위한 이 기능 요청/수정은 어디에 속합니까?
.Rmd파일 확장자 필터가 있는 파일을 업로드하기 위한 필드와 함께 Ubuntu에서 R-shiny 애플리케이션 사용 : # R-shiny code fileInput("id", "label", accept = c( ".Rmd" # this fails the same way as: ".Rmd", ".rmd", ".RMD" ) ) # html produced by R <input id="file_input_id" class="shiny-input-file shiny-bound-...