Nothing
#' Lower level function that writes the dependency object to file
#' @param dependency.object dependency object to output
#' @param dependency.pointer filename to write
#' @return TRUE
#' @export
#' @details Not for direct use. See finalize_dependency().
#'
write.dependency <- function(dependency.object,dependency.pointer){
# A generic function that writes the dependency object to the dependency.pointer location
utils::write.table(dependency.object,dependency.pointer,sep="\t",row.names=FALSE)
return(TRUE)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.