https://stackoverflow.com/questions/29041449/r-shiny-error-in-catlist-file-sep-fill-labels-append-argument Error in cat(list(…), file, sep, fill, labels, append) : argument 1 (type ‘list’) cannot be handled by ‘cat’ render함수에 list를 넘겨주는 과정에 발생하는 경우가 많다. 예를 들어, output$AAA <- renderText({ }) 에서 renderText() 은 a single line of Read more…
https://cran.r-project.org/web/packages/cronR/index.html Schedule R Scripts and Processes with the ‘cron’ Job Scheduler Create/ edit/ remove ‘cron’ jobs on your unix-alike system. provides a set of easy-to-use wrappers to ‘crontab’. provides an “RStudio add-in” to easily launch Read more…