Conversation
|
I made a change to deal with the new "indexData" field that got added to API responses around September. I think this is the origin of @adamsmith's original issue. However, I went to test this PR and I now get:
when running either of the idig_search_* functions. Could you test/retest? |
|
Which request are you trying? If I do: I don't see the warning but still crashes R because the I can easily modify |
|
Still havent' returned to this but pushing out a new release to address the issue in PR #35 since others are probably having that. Still holding open... |
I'm following up on @adamdsmith's suggestion of using dplyr instead of plyr to build the data frame.
This works and passes the tests for the record search. However, it fails (and crashes R) for media searches.
This is in part caused by the wonky format of the current result (data frame that contains lists) for media searches. From a quick glance, it seems that maybe the field names have changed, and we need new code to ensure that
fmt_search_txt_to_dfreturns a flat data frame.