Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Get Help in R Environment
How to get help in R environment?
✍: FYIcenter.com
You can use the help() function to get help in R environment.
1. Get help on the help() function:
> help(help)
help is the primary interface to the help systems.
Usage
help(topic, package = NULL, lib.loc = NULL,
verbose = getOption("verbose"),
try.all.packages = getOption("help.try.all.packages"),
help_type = getOption("help_type"))
...
2. Get help on print() function:
> help(print) print prints its argument and returns it invisibly (via invisible(x)). Usage print(x, ...) ...
3. Get help on "cars" data frame:
> help(cars) The data give the speed of cars and the distances taken to stop. Note that the data were recorded in the 1920s. Usage cars ...
2023-05-31, 1010🔥, 0💬
Popular Posts:
What is "Microsoft Access Outlook Add-in for Data Collection and Publishing" COM Add-in in Outlook 2...
How to remove Microsoft Teams form my Windows 7 system? I don't want it any more. You can remove Mic...
How to open firewall for the FTP command-line tool on Windows for data connections in active mode? I...
Why am I getting the "You now have two copies of a file" error from OneDrive for Windows? You will g...
Where to find answers to frequently asked questions on Microsoft PowerPoint? I want to know how to c...