Description Usage Arguments Value TODO Author(s) Examples
list the function names defined in a source file
1  | 
f | 
 the path to a .R source file  | 
a character vector of function names
this only works with "<- function". It doesn't work with "= function", nor with S4 functions.
Mark Cowley, 2011-11-10
1 2 3 4  | # debugonce(functions.in.source.file)
functions.in.source.file("~/src/R/metaGSEA/R/export.gsea.gct.R")
functions.in.source.file("~/src/R/mjcdev/R/igraph.utils.R")
# functions.in.source.file("/misc/ICGCPancreas/PINA/bin/GeneSetCollection-methods.R")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.