Skip to contents

Info on all packages in an universe

Usage

universe_all_packages(universe, limit = 100L)

Arguments

universe

Name of the universe (character of length 1)

limit

Number of results to return (integer of length 1)

Value

A list with information on all packages in the universe.

See also

Examples

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