View source: R/establishPaths.R
establishPaths | R Documentation |
Determines if arguments are paths or R objects. Makes temp files when neccesary. Makes a list of files to use in bedtools call. Makes a list of temp files to delete at end of function.
establishPaths(input, name = "", allowRobjects = TRUE)
input |
the input for an argument. Could be a path to a file, an R object (data frame), or a list of any combination thereof |
name |
the name of the argument |
allowRobjects |
boolean whether or not to allow R objects as inputs ### Define a function that determines establishes files and paths for bedtools functions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.