Skip to content

Instantly share code, notes, and snippets.

@sankars
Created April 16, 2014 17:56
Show Gist options
  • Select an option

  • Save sankars/10913871 to your computer and use it in GitHub Desktop.

Select an option

Save sankars/10913871 to your computer and use it in GitHub Desktop.
# From http://stackoverflow.com/questions/7027288/error-could-not-find-function-in-r
help.search("some.function")
??some.function
RSiteSearch("some.function")
# http://stackoverflow.com/questions/7004710/laply-is-part-of-what-package-in-r
install.packages("sos")
library("sos")
findFn("some.function")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment