pkgs | R Documentation |
Return a data frame of rOpenSci packages
pkgs(
url = "https://ropensci.github.io/roregistry/registry.json",
which = "active",
return = "sub"
)
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. |
data frame
pkgs()
pkgs(which = "all", return = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.