Sets the RSPACE_API_KEY
environment variable to the provided RSpace API key.
To create an API key go to 'Manage API Key' section of your profile page (MyRSpace -> Profile).
Details
This will only set the environment variable for the current session,
to set it permanently, add RSPACE_API_KEY=<your_api_key_here>
to your .Renviron
file,
for example, using usethis::edit_r_environ()
.