ropensci-archive/fulltext

fxn to check whether you have access on a per publisher basis?

sckott opened this issue · 1 comments

could be run before using ft_get to then maybe just not try to get full text for publishers you don't have access to - e.g,.

  • take in a set of publishers (crossref member id, or text)
  • grab a random DOI from that publisher via crossref api (maybe up to 3 cause maybe 1 at random may give a false sense of access if it happens to be 1 OA paper in a sea of non-OA content)
  • try to get the full text for that DOI
  • report back with access or not

doesn't really seem feasible