View source: R/apply_flexfile.R
apply_flexfile | R Documentation |
apply_flexfile()
is used to apply a function over each element of a list of
objects of type 'flexfile'. If the input is a single 'flexfile' is (i.e., not a list),
then the function will be applied only to that item.
Therefore, use apply_flexfile
when you wish to apply a function and are unsure
if the input is a list of flexfiles or a single flexfile.
apply_flexfile(flexfile, fun, ...)
flexfile |
A single flexfile or a list of flexfiles imported through the |
fun |
The function to be applied. |
... |
Additional arguments passed to |
The original structure with the function applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.