You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! As I understand, the app code stored in appdir must be developed using one of the following options:
Entire codebase in app.R
Split codebase in ui.R, server.R and (optionally) global.R
I wasn't able to find documentation that explicitly mention that, so I don't know if I'm missing something or if it is possible to leverage other scripts in that folder (for example, scripts that define shiny modules).
On the other hand, I couldn't figure out how to use files such as images that one could usually store in www. It is possible that there is a general lack of knowledge on this topic from my side. Do I need to leverage shinylive with WebR and/or rwasm in any way? For example, I don't know if this is related to this images problem: Mounting Filesystem Data
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi! As I understand, the app code stored in
appdir
must be developed using one of the following options:app.R
ui.R
,server.R
and (optionally)global.R
I wasn't able to find documentation that explicitly mention that, so I don't know if I'm missing something or if it is possible to leverage other scripts in that folder (for example, scripts that define shiny modules).
On the other hand, I couldn't figure out how to use files such as images that one could usually store in
www
. It is possible that there is a general lack of knowledge on this topic from my side. Do I need to leverageshinylive
with WebR and/or rwasm in any way? For example, I don't know if this is related to this images problem: Mounting Filesystem DataThank you in advance!
The text was updated successfully, but these errors were encountered: