Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.15 KB

rhelp.md

File metadata and controls

38 lines (33 loc) · 1.15 KB

Finding help on R

From within R

  • ?..., help(...)
  • ??..., help.search(...) (or help.search(...,agrep=FALSE) to avoid partial matching)
  • ????... (one of the few Easter eggs in R)
  • apropos(...)
  • RSiteSearch(...)
  • library(sos); findFn(...)

Task views

Mailing lists, fora, blogs, ...

  • StackOverflow
  • StackExchange
  • r-help
  • r-devel
  • r-sig-ecology
  • r-sig-mixed-models
  • r-sig-phylo
  • r-sig-geo
  • ggplot google group
  • r-bloggers
  • twitter: #rstats

repositories

  • CRAN
  • R-forge
  • Bioconductor
  • github
  • googlecode