You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read in real time synoptic data from all (5) sites
Create basic graphs for people to identify sensor errors and troubleshoot in the field
Create tables to identify sensor-specific issues
To Do
Create basic layout we want
Figure out how to read in data from COMPASS drive
Make sure we have a function for each data type that can read in a single .dat file
Read in data in a loop (using lapply), saving as a temp file that gets overwritten (we don't want to save a ton of files to our local in the process) for each data type (e.g. AquaTroll, TEROS, etc.)
Save data frames in a list
Wrap that into a reactive variable called reactive_list
The text was updated successfully, but these errors were encountered:
Goals
To Do
.dat
filelapply
), saving as a temp file that gets overwritten (we don't want to save a ton of files to our local in the process) for each data type (e.g. AquaTroll, TEROS, etc.)reactive_list
The text was updated successfully, but these errors were encountered: