powered by
Apply list input to a worker
apply_list(input, worker)
a list of characters
a worker
# NOT RUN { cutter = worker() apply_list(list("this is test", "that is not test"), cutter) apply_list(list("this is test", list("that is not test","ab c")), cutter) # }
Run the code above in your browser using DataLab