How to include file in shiny package?

192 Views Asked by At

I'm making a shiny app with golem, which automatically makes it a package and for some background calculations that happen before the user does anything I'm loading in an excel file (just with xlsx's read_xlsx function).

This works great on my local machine but when someone else tries to use my package it doesn't work, because they don't have my excel file on their machine.

How do I include my file in the shiny app, so the code can read it?

0

There are 0 best solutions below