ro_pkgs: List ropensci packages

View source: R/ro_pkgs.R

ro_pkgsR Documentation

List ropensci packages

Description

List ropensci packages

Usage

ro_pkgs(query = NULL, category = NULL, on_cran = NULL,
  maintainer = NULL, simplify = FALSE, ...)

Arguments

query

Query terms, uses grep

category

Category to get, matches exactly

on_cran

(logical) Whether to select only those on CRAN, default: all

maintainer

(character) A maintainer name

simplify

(logical) Simplify output to more important fields

...

Named options passed on to install

Examples


# list all packages
ro_pkgs()

# query for a pacakage
ro_pkgs(category = "history")
ro_pkgs(category = "archeology")
ro_pkgs(category = "economics")
ro_pkgs(maintainer = "Scott Chamberlain")
ro_pkgs(on_cran = TRUE)
ro_pkgs(query = "species")
ro_pkgs(query = "alfjafaksd")


ropensci/ropkgs documentation built on May 18, 2022, 7:31 p.m.