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 function will return an example that we can copy and paste into R to see how a function is working.
example
example(read.table)
Last updated 5 years ago