Deploying to gh-pages from @ agdamsbo/REDCapCAST@db75c3313e 🚀

This commit is contained in:
agdamsbo 2025-11-14 14:10:52 +00:00
commit 0b30252598
171 changed files with 7009 additions and 602 deletions

28
reference/get_api_key.md Normal file
View file

@ -0,0 +1,28 @@
# Retrieve project API key if stored, if not, set and retrieve
Attempting to make secure API key storage so simple, that no other way
makes sense. Wrapping
[key_get](https://keyring.r-lib.org/reference/key_get.html) and
[key_set](https://keyring.r-lib.org/reference/key_get.html) using the
[key_list](https://keyring.r-lib.org/reference/key_get.html) to check if
key is in storage already.
## Usage
``` r
get_api_key(key.name, ...)
```
## Arguments
- key.name:
character vector of key name
- ...:
passed to [key_set](https://keyring.r-lib.org/reference/key_get.html)
## Value
character vector