Student Reviews
( 5 Of 5 )
1 review
Video of R Tutorial #1 Getting Help in R language in R Programming Language course by Unboxing Big Data channel, video No. 2 free certified online
If you are new to R language and you are finding help in R/RStudio on some topic, here are the options you can try :
Help in toolbar
Help.search(data input)
Help()
Help.start()
Find — tell us what package something is in
Apropos — returns character vector which gives the names of all objects in search list that match your enquiry
Example(). — worked examples of functions
demo(persp) — demonstration of r function
Quit - q()
Install.packages