Sorry, I didn't make the question clear here.
I have a rmarkdown file running in Rstudio Connect server, called xxx.Rmd. by default, the rmarkdown file generates report called xxx.html and saves it into the default Physical path DataDir/reports/XX.ZZ. I believe only the linux root user have access to that path.
I am just wondering if there is any way for me (the rmarkdown file creator, not linux root user) to change the default Physical path of R markdown reports to a shared directory in Linux server. Therefore, any linux user could have access to that report xxx.html file.
Thanks,