#' Read the dependcy data from file
#' @param dependency.pointer filename with dependency data
#' @return dependency data.frame
#' @export
#'
read.dependency <- function(dependency.pointer){
# A generic function that writes the dependency object to the dependency.pointer location
return(read.table(dependency.pointer,sep="\t",as.is=TRUE,header=TRUE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.