mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/process_user_input.r
|
||
|
\name{process_user_input.default}
|
||
|
\alias{process_user_input.default}
|
||
|
\title{User input processing default}
|
||
|
\usage{
|
||
|
\method{process_user_input}{default}(x, ...)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{x}{input}
|
||
|
|
||
|
\item{...}{ignored}
|
||
|
}
|
||
|
\value{
|
||
|
processed input
|
||
|
}
|
||
|
\description{
|
||
|
User input processing default
|
||
|
}
|