register_help_topics {reticulate} | R Documentation |
Register help topics
Description
Register a set of help topics for dispatching from F1 help
Usage
register_help_topics(type = c("module", "class"), topics)
Arguments
type |
Type (module or class) |
topics |
Named list of topics |
[Package reticulate version 1.20 Index]