neuroc_table_path: Path to Neuroconductor Remote Commits

Description Usage Arguments Value Examples

View source: R/neuroc_table_path.R

Description

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

Usage

1
2
3
4
5
6
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

1
2
3
4
5
6
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 May 23, 2021, 12:21 a.m.