OHI-Science / ohiprep

Ocean Health Index data layer preparation
11 stars 9 forks source link

@bbest helped clean up this NP code. However, still weird issues: #38

Closed jules32 closed 10 years ago

jules32 commented 10 years ago

weird issues with lines 193:195 not actually summing by those group_by instructions::

m = m %.%
    group_by(country, category, year) %.%
    summarize(value = sum(value, na.rm=T))