mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
20 lines
390 B
Text
20 lines
390 B
Text
|
% 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
|
||
|
}
|