Closed bbest closed 2 days ago
Ok, fixed by swapping rbind()
with bind_rows()
:
Per `dplyr::bind_rows() documentation:
Bind any number of data frames by row, making a longer result. This is similar to do.call(rbind, dfs), but the output will contain all columns that appear in any of the inputs.
Hi @lmcgill,
I just merged your pull request #8 without checking and the app seems to have an error...
The problem looks to be in this statement, which I'll investigate further:
https://github.com/CalCOFI/SaferSeafood/blob/ec283ed98cb7b63bb3268c167a4ee2e30c748b76/shinydashboard/global.R#L102