updated data import
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-11 13:42:57 +01:00
commit 912fff7474
No known key found for this signature in database
32 changed files with 2340 additions and 273 deletions

View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/redcap_read_shiny_module.R
\name{repeated_instruments}
\alias{repeated_instruments}
\title{Get names of repeated instruments}
\usage{
repeated_instruments(uri, token)
}
\arguments{
\item{uri}{REDCap database uri}
\item{token}{database token}
}
\value{
vector
}
\description{
Get names of repeated instruments
}