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
rename(ID = wise30sec_fin) should be changed to rename(ID = MU_GLOBAL)
When I use ingest(source="wise"..) to ingest soil wise data - it leads to bug - then when trying to solve it, I found here the variable was wrongly renamed. Because in this line the function aims to interpolate each site's unique number, and its variable name should be MU_GLOBAL (not wise30sec_fin). By correcting the code like above, the whole function works successfully.
Yunke
The text was updated successfully, but these errors were encountered:
Hi,
I just found in this line of code:
https://github.com/computationales/ingestr/blob/master/R/ingest_wise_byvar.R#L42
rename(ID = wise30sec_fin)
should be changed torename(ID = MU_GLOBAL)
When I use ingest(source="wise"..) to ingest soil wise data - it leads to bug - then when trying to solve it, I found here the variable was wrongly renamed. Because in this line the function aims to interpolate each site's unique number, and its variable name should be MU_GLOBAL (not wise30sec_fin). By correcting the code like above, the whole function works successfully.
Yunke
The text was updated successfully, but these errors were encountered: