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
I'm running ThinkCausal locally from Rstudio and I am attempting to upload a .CSV which is around 29 MB. It says "Maximum upload size exceeded".
"Help me" says "If you are using the weblink, upload files are limited to 10mb. If you are using thinkCausal locally, this does not apply." Is there any way to get around this issue?
Thanks,
Jeremy
The text was updated successfully, but these errors were encountered:
It looks like you're getting blocked by Shiny's default upload size limit. You can easily adjust this by running options() before launching thinkCausal:
@gperrett The help menu is misleading as thinkCausal doesn't automatically recognize when its running locally and therefore adjust the upload size limit. We should either adjust the help menu or somehow implement this logic. Let me know what you think.
Hi,
I'm running ThinkCausal locally from Rstudio and I am attempting to upload a .CSV which is around 29 MB. It says "Maximum upload size exceeded".
"Help me" says "If you are using the weblink, upload files are limited to 10mb. If you are using thinkCausal locally, this does not apply." Is there any way to get around this issue?
Thanks,
Jeremy
The text was updated successfully, but these errors were encountered: