dtapply | R Documentation |
A convenience function that returns a data.table with a column representing the input values and a column with results. This is still experimental and will not work for many input structures.
dtapply(X, FUN, ...)
... |
arguments passed to lapply |
Only functions that return vectors are currently supported. dtapply should support functions that return data.frames.
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.