if (interactive()) {
# within the server function
server <- function(input, output, session) {
link2input(
cd323 = "name",
datasetbin = "data",
numberid = "num"
)
link2input(
outputid = "outt",
inputtype = "output"
)
}
}
Run the code above in your browser using DataLab