module_installed: Which outsider modules are installed?

Description Usage Value See Also Examples

View source: R/install.R

Description

Returns tbl_df of details for all outsider modules installed on the user's computer.

Usage

1

Value

tbl_df

See Also

Other public: is_module_installed(), module_details(), module_functions(), module_help(), module_import(), module_install(), module_search(), module_uninstall()

Examples

1
2
3
4
5
library(outsider)
# check what modules are installed
if (is_outsider_ready()) {
  (module_installed())
}

outsider documentation built on Dec. 15, 2020, 5:19 p.m.