Returns the names of installed.packages found within the location of R library trees that installed.packages searches through.

get_installed()

Value

character

Examples

x <- get_installed() nrow(x)
#> NULL
head(x)
#> [1] "abind" "anytime" "argparser" "askpass" "assertthat" #> [6] "backports"