apply_list | R Documentation |
Apply list input to a worker
apply_list(input, worker)
input |
a list of characters |
worker |
a worker |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.