R Tutorial #1 Getting Help in R language

Описание к видео R Tutorial #1 Getting Help in R language

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

Комментарии

Информация по комментариям в разработке