list_packages: List active packages

View source: R/public_api.r

list_packagesR Documentation

List active packages

Description

List active packages

Usage

list_packages(from = "", limit = 10, format = c("short", "latest",
  "full"), archived = FALSE)

Arguments

from

The name of the first package to list. By default it is the first one in alphabetical order.

limit

The number of packages to list.

format

What to return. ‘short’ means the title and version number only. ‘latest’ means the complete description of the latest version. ‘full’ means all versions.

archived

Whether to include archived packages in the result. If this is TRUE, then format must be ‘full’.

Value

List of packages.


r-hub/crandb documentation built on Feb. 1, 2023, 4:45 a.m.