new version 2023.12.1 with two bug fixes and a new wrapper function

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-12-20 09:01:40 +01:00
commit 31c6994ce3
17 changed files with 2042 additions and 12 deletions

17
man/get_api_key.Rd Normal file
View file

@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/easy_redcap.R
\name{get_api_key}
\alias{get_api_key}
\title{Retrieve project API key if stored, if not, set and retrieve}
\usage{
get_api_key(key.name)
}
\arguments{
\item{key.name}{character vector of key name}
}
\value{
character vector
}
\description{
Retrieve project API key if stored, if not, set and retrieve
}