neuroc_table_path: Path to Neuroconductor Remote Commits

View source: R/neuroc_table_path.R

neuroc_table_pathR Documentation

Path to Neuroconductor Remote Commits

Description

Gets the correct table if none are specified (supposed to be robust for OSLER)

Usage

neuroc_table_path(
  table_path = NULL,
  dev = FALSE,
  user = NULL,
  deployment = FALSE
)

Arguments

table_path

Path to the table. If unspecified, uses defaults

dev

Whether development should be used or not

user

User for the repositories

deployment

indicator if this is a release, not standard running. Just deployment.

Value

Character Vector

Examples

neuroc_table_path(dev = TRUE)
neuroc_table_path(dev = FALSE)
neuroc_table_path(table_path = "blah")
neuroc_table_path(table_path = "blah", dev = TRUE)
neuroc_table_path(dev = TRUE, user = "oslerinhealth")
neuroc_table_path(dev = FALSE, user = "oslerinhealth")

muschellij2/neuroc.deps documentation built on July 8, 2024, 2:59 p.m.