-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing data on a specific date #132
Comments
@HeatherGranger Are you able to provide the code you used to pull this using rems package? When I tried with rems I also had that data missing.
It appears that rems is not pulling data including that date based on trying with a couple other examples. When I look at the code for If I increase the date by one day then it does pull all four of those sites.
The app uses the |
fouryear <- get_ems_data(which = "4yr", ask = TRUE) filtered_fouryear <- filter_ems_data(fouryear, I didn't use any date specifications @aylapear so that's probably why it worked for me. @KarHarker something to investigate in rems perhaps. |
I will have a look, thanks for the heads up |
@KarHarker do you remember if we reached a conclusion in this one? |
@KarHarker I told @aylapear to investigate this one. |
Looking at total selenium data for sites: E325354, E325355, E325356, E325791
'Get any available data between dates' says there is data from 2021-07-08 to 2021-09-01
Data is pulled into shinyrems for all sites except for E325791 which was taken on the 2021-09-01.
The 2021-09-01 date is pulled in with rems in RStudio, but isn't being pulled in with shinyrems.
The text was updated successfully, but these errors were encountered: