Questions tagged [rfigshare]

3 questions
1
vote
4 answers

Authentication error when using Figshare API via rfigshare

According to the Rfigshare readme:, The first time you use an rfigshare function, it will ask you to authenticate online. Just log in and click okay to authenticate rfigshare. R will allow you to cache your login credentials so that you won't be…
Otto Kässi
  • 2,943
  • 1
  • 10
  • 27
0
votes
1 answer

How to download all files related to a publication from figshare, based on the doi number?

I want to fetch the whole db of a publication from FigShare, possibly using a script. But could not find how to get the url of the files associate to the DOI citation of the publication. How to do that? -- Consider this…
user305883
  • 1,635
  • 2
  • 24
  • 48
0
votes
1 answer

Uploading a file to Figshare using rapiclient swagger api

I am trying to programmatically update my Figshare repository using rapiclient. Following the answer to this question, I managed to authenticate and see my repository by: library(rapiclient) library(httr) # figshare repo id id = 3761562 fs_api <-…
Otto Kässi
  • 2,943
  • 1
  • 10
  • 27