mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-21 05:59:07 +02:00
support labelled data
This commit is contained in:
parent
5926c12da6
commit
2aa268f747
13 changed files with 188 additions and 65 deletions
|
|
@ -4,14 +4,18 @@
|
|||
\alias{get_api_key}
|
||||
\title{Retrieve project API key if stored, if not, set and retrieve}
|
||||
\usage{
|
||||
get_api_key(key.name)
|
||||
get_api_key(key.name, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{key.name}{character vector of key name}
|
||||
|
||||
\item{...}{passed to \link[keyring]{key_set}}
|
||||
}
|
||||
\value{
|
||||
character vector
|
||||
}
|
||||
\description{
|
||||
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 \link[keyring]{key_get} and \link[keyring]{key_set} using the
|
||||
\link[keyring]{key_list} to check if key is in storage already.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue