Documentation

Help

Search your offline help as follows.

help.search("read table")

If you know name of the function, just type ? infront of the name of the function.

?read.table

Example

example function will return an example that we can copy and paste into R to see how a function is working.

example(read.table)

Last updated