Skip to contents

All packages in an universe

Usage

universe_ls(universe)

Arguments

universe

Name of the universe (character of length 1)

Value

A character vector of all packages in the universe.

Examples

if (FALSE) { # interactive()
universe_ls("jeroen")
universe_ls("ropensci")
}