ropensci/aRxiv

arxiv_count: the "search_info" attribute clutters the output

kbroman opened this issue · 1 comments

For example:

> arxiv_count("stat.AP")
[1] 3140
attr(,"search_info")
                                query                               id_list                                  time
                            "stat.AP"                                    "" "2014-09-07 02:09:11 America/Chicago"

I think I should give it a class and have a print method.

Went ahead and did this with PR #9.