Hi, I am a new user and need setting up the API for BMC. Could you please provide the code for setting BMC API in R.
datalake101 opened this issue · 3 comments
Session Info
Hey @datalake101, I'm not the maintainer of the package but I can answer you.
To get the API running for BMC you can follow what's written there: https://docs.ropensci.org/fulltext/reference/fulltext-package.html#authentication
BMC: BMC is integrated into Springer Publishers now, and that API requires an API key. Get your key by signing up at https://dev.springer.com/, then you'll get a key. Pass the key to a named parameter key to bmcopts. Or, save your key in your .Renviron file as SPRINGER_KEY, and we'll read it in for you, and you don't have to pass in anything.
So what you need to do is:
- Signup at https://dev.springer.com/,
- Get a key.
- Copy this key and store it as an
.Renviron
file as aSPRINGER_KEY
variable.
If this last step sounds confusing, this means create an .Renviron
text file at the root of your project that contains:
SPRINGER_KEY=<<your_key>>
with <<your_key>>
replaced by the value you obtained at Step 2.
Hope this helps!
This repository is about to be archived.
If you develop a related package, it might be in scope for https://ropensci.org/software-review/