R help

Multiple levels of help in R:

  • ??topic == help.search("topic")
  • apropos() (print object matching string, no slide for this one)
  • browseVignettes()
  • ?function == help("function")
  • Read source code
  • {swirl} & {learnr}