neurocInstall (version 0.12.0)

neuro_package_table: Neuroconductor Package Table

Description

Returns the table of Neuroconductor packages

Usage

neuro_package_table(
  path = "https://neuroconductor.org/neurocPackages",
  long = FALSE,
  deployment = FALSE
)

Arguments

path

Path to the table of package

long

Should the data be "long" (with respect to stable/current)

deployment

indicator if this is a release, not standard flag.

Value

data.frame of packages with commit IDs

Examples

Run this code
# NOT RUN {
neuro_package_table()
# }

Run the code above in your browser using DataCamp Workspace