Description Usage Value See Also Examples
Returns tbl_df of details for all outsider modules installed on the user's computer.
1 |
tbl_df
Other public:
is_module_installed()
,
module_details()
,
module_functions()
,
module_help()
,
module_import()
,
module_install()
,
module_search()
,
module_uninstall()
1 2 3 4 5 | library(outsider)
# check what modules are installed
if (is_outsider_ready()) {
(module_installed())
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.