R/read_dependency.R

#' Lower level function that reads the script dependcy data from file
#' @param dependency.pointer filename with dependency data
#' @return dependency data.frame
#' @export
#' @details Not for direct use. See readDependency().
read.dependency <- function(dependency.pointer){
  
  # 	A generic function that writes the dependency object to the dependency.pointer location
  
  return(utils::read.table(dependency.pointer,sep="\t",as.is=TRUE,header=TRUE))
  
}

Try the adapr package in your browser

Any scripts or data that you put into this service are public.

adapr documentation built on May 1, 2019, 7:05 p.m.