Hi grahamrp,
When I run:
shiny::runApp(system.file("shiny-examples/rest_api_elections", package = "dtdatasources"))
I get the error:
Error in empty_election_df: could not find function "empty_election_df"
I think you just need to export the empty_election_df function from
rest_api_election.R?
Hi grahamrp,
When I run:
shiny::runApp(system.file("shiny-examples/rest_api_elections", package = "dtdatasources"))I get the error:
Error in empty_election_df: could not find function "empty_election_df"I think you just need to export the
empty_election_dffunction fromrest_api_election.R?