Hi,
I am creating parameterized reports and the choices of my params are coming from an R code which requires loading libraries.
When I run my code locally, it works fine even I load the libraries after the yaml part, however when I publish the RMD in RStudio Connect, I get a library error because RStudio Connect doesn't see the libraries.
Is there a way to handle this issue ?
Thanks