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
It would be nice to provide some helper functions to serialize the results into a data.frame, especially since the fields returned are often * (but not always) standard. For e.g.
This helper function could take a rbind.fill approach to get an even data.frame returned, or you could consult the API and get a complete list of field names and construct a standard data.frame into which search results can be coerced. Feel free to discard the idea -- just throwing out a suggestion.
The text was updated successfully, but these errors were encountered:
The link fields could use some tidyr and get collapsed into a list within a data.frame (otherwise you'll repeat the other information across multiple rows). 🐙
This is what I'm working on next. My plan was to combine things like the multiple author names into a single field, with | separators and then put it all into a data frame.
The links are particularly weird...there are abstract, pdf, and DOI links differentiated with different attributes. But I think I'm on top of this.
It would be nice to provide some helper functions to serialize the results into a
data.frame
, especially since the fields returned are often * (but not always) standard. For e.g.and fields returned are also not super consistent.
This helper function could take a
rbind.fill
approach to get an evendata.frame
returned, or you could consult the API and get a complete list of field names and construct a standard data.frame into which search results can be coerced. Feel free to discard the idea -- just throwing out a suggestion.The text was updated successfully, but these errors were encountered: