Skip to content

Instantly share code, notes, and snippets.

@kos59125
Created July 13, 2015 13:51
Show Gist options
  • Save kos59125/02c4ff16df722330c745 to your computer and use it in GitHub Desktop.
Save kos59125/02c4ff16df722330c745 to your computer and use it in GitHub Desktop.
R のソースから関数を抽出
Filter(function(e) is.function(eval(e)), as.list(parse("test.R", keep.source = TRUE)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment