Actions

Difference between revisions of "R notes"

From ACL@NCU

(Created page with "<font size=5> *install packages <pre> install.packages("mypkg", dependencies = TRUE) </pre> </font size>")
(No difference)

Revision as of 17:40, 19 January 2013

  • install packages
install.packages("mypkg", dependencies = TRUE)