Using rmarkdown to create subpage on company website

Hi there,

Every month I create PDF report that we post to the company website. Now I want to publish the report as a subpage on our website, something like www.company.com/economic-report/issue, and stop creating a PDF file.

Is there any way to do this using RStudio? There is an IT department at my company that would assist me but I'm the only one who knows R and I know very little about websites.

You just need to render your report as html and copy the file to the web server location.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.