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
Reported by Peter Herman: flatdatasetrecord(1355) fails
I have discovered the problem in the imis function flatdatasetrecord(). This function tries to reorganise dascontacts into dascontacts2, but dascontacts has no rows for this dataset. That throws the error.
I guess the function will have to check whether dascontacts, daskeywords etc. have information, before the aggregate function is called and everything is put into the data frame. Seems like an easy thing to do.
This function works with the record no. 1355. It just makes an empty tibble if nothing can be found in the database
Peter H: I still had problems with the routine. I had to add more adjustments. The code has become really ugly now, but I don’t care because you are going to find a better structural solutions anyway. I got errors when the tibbles contained one line, but had NA for citation, or keyword, etc. Therefore I also corrected for this condition. You see that it results in quite some redundant code!
Reported by Peter Herman:
flatdatasetrecord(1355)
failsThe text was updated successfully, but these errors were encountered: