marineenergy / apps

shiny apps for marineenergy.app
https://marineenergy.github.io/apps/
MIT License
3 stars 1 forks source link

Link Title in Existing Reports and arrange by Date #23

Closed bbest closed 3 years ago

bbest commented 3 years ago

Let's update this DT::datatable so:

image

Code

Here's the code to update:

https://github.com/marineenergy/apps/blob/583785de8f622b6882d2d3434660a11dd913a36f/reports-v2/server.R#L393-L396

Note that get_rpts_tbl() is a polling function that returns a data.frame, so you can go (ie %>%...) from there.

RStudio environment

Please choose:

  1. Project: apps_dev from RStudio: image

  2. Branch: reports-v2: image

Run/Debug Shiny app

The reports-v2 there is visible via:

  1. https://shiny.marineenergy.app/reports-v2-dev/

  2. OR debug by opening global.R, ui.R or server.R and clicking Run App: image

bbest commented 3 years ago

Sorry @cdobbelaere, giving a demo in 10 min and wanted to show this feature so went ahead with fix in a68dd1e

cdobbelaere commented 3 years ago

Hi @bbest, no worries - what tasks should I work on instead? Or should I just work on familiarizing myself with the environment?