When working on RStudio locally, I use the pagedown package to knit RMarkdowns to paged htmls. I then convert the html reports to pdfs using pagedown::chrome_print(). I would like to replicate this workflow on Connect, but when I try to use pagedown::chrome_print() on RStudio Server Pro / RStudio Connect, I get:
Error in find_chrome() : Cannot find Chromium or Google Chrome
Is it possible to install Chromium or Google Chrome on these servers so that I can convert htmls to pdfs with pagedown?