'Implement CRUD within Tab of dashboard Shiny App R will not render to page SQlite local DB query

I am attempting to adopt a similar set up using CRUD from Tychobras shiny_crud app https://github.com/Tychobra/shiny_crud/. Instead of rendering the data table as the main page, I am trying to place it within a tab which will have a surrounding box.

It seems the call to the function which would render the data table to the screen is working correctly because I am able to see the "Add" button but fails to display the data table. I am assuming it is because it cannot reach the database.

This is what it currently looks like

Here is the attached code.

Here is the tab I am working in

R version 4.1.2 Current libraries (all updated most recent)

Here is a snip of how the data frame looks correctly but not inside of the tab



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source