You can use this Shiny app template to deploy your own database in a live format. The main changes that need to be implemented relate to indicating explicitly the new dataset (a csv
or sqlite
), including details on the UI, and adjusting the server to display the elements that are needed given your dataset. A live version of this template can be seen as part of the Animal Culture Database.
app.R
: The Shiny app script.db/
: Dataset files used by the app.www/
: Additional resources for the app (images, stylesheets).README.md
: This file.LICENSE
: License information.
We welcome contributions from researchers to expand and update the database. Please open an issue to suggest ways to enhance the app.
This project is licensed under the MIT License.