# NOT RUN {
loadPrefix <- function() { "Hello" }
algorithm <- function(input, prefix) { paste(prefix, input) }
#To create an algorithm that returns "Hello" + input:
algo <- getAlgorithmHandler(algorithm, loadPrefix)
# }
Run the code above in your browser using DataLab