lter / lterwg-som-shiny

Shiny app of the LTER SOM working group
2 stars 1 forks source link

Add QC PDFs to Shiny app #19

Closed piersond closed 4 years ago

piersond commented 4 years ago

Bring HMGZD_notes PDFs from SOM GDrive into Shiny app. Initial idea is to implement this through a new tab that provides a list of links to the PDFs. Further idea, we may want to include a widget on the page to help users find the right PDF using either google_dir, site_name or location name.

wwieder commented 4 years ago

I'm not sure the qc plots are needed, but maybe the HMGZD_notes? What about linking the notes.pdf on the data_summary -- by site tab?

piersond commented 4 years ago

@wwieder that does look like a good spot!...and I think I see a fairly easy route to make it happen. Pulling in the QC html files as well will not take more than a few minutes extra work. Is there a larger concern for providing those QC files to users?

@piersond code implementation: filter server data_tbl() by location_name --> pull unique(google_dir), check n=1, grab PDF with paste0

wwieder commented 4 years ago

no concern on providing the qc files, but we aren't consistently producing them when we homog sites, so you'll be hit or miss on their presence.

piersond commented 4 years ago

Completed