R/camino_cmd.R

Defines functions camino_cmd

Documented in camino_cmd

#' @title General Camino Command Maker
#' @description Wrapper for finding the path for the Camino function
#' @param funcname Name of function to be called
#' @return Character vector of length 1
#' @export
#'
#' @examples
#' camino_cmd("voxel2scanner")
camino_cmd = function(funcname){
  system.file(file.path("camino", "bin", funcname), package = "rcamino")
}
neuroconductor-devel-releases/rcamino documentation built on May 6, 2020, 4:28 p.m.