pkgs: Return a data frame of rOpenSci packages

View source: R/utils.R

pkgsR Documentation

Return a data frame of rOpenSci packages

Description

Return a data frame of rOpenSci packages

Usage

pkgs(
  url = "https://ropensci.github.io/roregistry/registry.json",
  which = "active",
  return = "sub"
)

Arguments

url

Character. Registry url

which

Character. Status of packages to return ("all" or "active")

return

Character. Return a subset ("sub") or all ("all") package fields.

Value

data frame

Examples

pkgs()
pkgs(which = "all", return = "all")

ropensci-org/promoutils documentation built on Nov. 29, 2024, 7:17 p.m.