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
Dears,
I was using your package to download some bibliographic references from arXiv.
The package is very nice but now I have a problem.
I'm collecting references from several sources of information on a single EndNote file.
Question, is there a way to export the aRxiv dataframe that I have created into a RIS or EndNote file?
Sorry if the question is trivial but I'm not experienced with R.
Cheers
Fulvio
PS here below you can find the code I used
count1 <- arxiv_count(
'(ecologi* OR aggreg*) AND (fallac* OR bias*)'
)
count2 <- arxiv_count(
'(“cross-level” OR “cross level”) AND (inferenc* OR extrapolat* OR interpretat*)'
)
arXiv1 <- arxiv_search('(ecologi* OR aggreg*) AND (fallac* OR bias*)', limit = as.numeric(count1))
arXiv2 <- arxiv_search('(“cross-level” OR “cross level”) AND (inferenc* OR extrapolat* OR interpretat*)', limit = as.numeric(count2))
arXiv <- rbind(arXiv1, arXiv2)
The text was updated successfully, but these errors were encountered:
Ok, thanks anyway.
I would then convert my question in a suggestion for improvement.
For people conducting extensive literature reviews in several bibliographic databases it would be very useful having the possibility to export the search performed in arXiv in a commonly used bibliographic database.
The are some standards (e.g. RIS files) or commonly used softwares (e.g. EndNote with its associated format) for which it would be very useful having a direct export.
Cheers
Fulvio
Dears,
I was using your package to download some bibliographic references from arXiv.
The package is very nice but now I have a problem.
I'm collecting references from several sources of information on a single EndNote file.
Question, is there a way to export the aRxiv dataframe that I have created into a RIS or EndNote file?
Sorry if the question is trivial but I'm not experienced with R.
Cheers
Fulvio
PS here below you can find the code I used
count1 <- arxiv_count(
'(ecologi* OR aggreg*) AND (fallac* OR bias*)'
)
count2 <- arxiv_count(
'(“cross-level” OR “cross level”) AND (inferenc* OR extrapolat* OR interpretat*)'
)
arXiv1 <- arxiv_search('(ecologi* OR aggreg*) AND (fallac* OR bias*)', limit = as.numeric(count1))
arXiv2 <- arxiv_search('(“cross-level” OR “cross level”) AND (inferenc* OR extrapolat* OR interpretat*)', limit = as.numeric(count2))
arXiv <- rbind(arXiv1, arXiv2)
The text was updated successfully, but these errors were encountered: