View source: R/function-factory-helpers.R
check_factory_dots | R Documentation |
check_factory_dots()
is called within each main function factory:
function_map()
, function_map_seq()
, and function_map_total_n()
.
check_factory_dots(fun, fun_name_scalar, ...)
fun |
Function applied by the function factory. |
fun_name_scalar |
String (length 1). Name of |
... |
Arguments passed by the factory-made function's user to |
For the fun_name_scalar
argument, the function requires the following line
in the entry area (i.e., the part of the function factory before the first
version of the factory-made function is created):
fun_name <- deparse(substitute(.fun))
No return value; might throw an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.