Hello,
I just want some advice. Currently I have a shiny app that has files uploaded (.csv) with it which read those files into the session upon launch. These are in chunks as they are relatively large. Would it be worthwhile for me to make use of the arrow package instead of "reading" them in with shiny or should arrow only be used when you in fact have a separate database somewhere else?