ns_export | R Documentation |
Export functions in list
ns_export(nms)
ns_export_function_list(x)
nms |
character list of name to export |
x |
list; named list of functions to export |
This uses the '@evalNamespace' directive to declare exports for objects by name or when provided in a function.
ns_export <- function(nms) sprintf("export(
ns_export_named <-function(x) nms <- names(x) sprintf("export(
#' @evalNamespace ns_export(names(fns))
* [assign_these()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.