Skip to content
Prev 389163 / 398506 Next

Need fresh eyes to see what I'm missing

On Tue, 14 Sep 2021, Eric Berger wrote:

            
Eric,

There should not be any missing values in the data file. Regardless, I added
those lines to the script and it made no difference.

Running those commands on the R command line showed these results:
[1] 2321
[1] 0

Yet the monthly summaries retain the initial line:
# A tibble: 67 ? 3
# Groups:   year [8]
     year month   flow
    <int> <int>  <dbl>
  1     0    NA NaN

I've another data set with the same issue (that's 2 out of 5) and I assume
the source of the problem is the same with both.

The data sets have no NAs or missing values at the end of a line.

Thanks for the ideas,

Rich