cronR
cronR copied to clipboard
cannot get a r markdown to run with cronR
Any ideas?
Unable to execute my r markdown file when running via a cronR job
My code errors out at this line. Has anyone see this before, I tried to google this but to no good use.
rmarkdown::render("markdowns/xyz/xyz/xyz.Rmd",params=params,output_file="xyz/xyz_results.HTML",output_format = "html_document")
while executing a cronR job.