module_installed: Which outsider modules are installed?

View source: R/install.R

module_installedR Documentation

Which outsider modules are installed?

Description

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

Usage

module_installed()

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

library(outsider)
# check what modules are installed
if (is_outsider_ready()) {
  (module_installed())
}

AntonelliLab/outsider documentation built on June 17, 2022, 3:27 p.m.