1.

Explain The Data Import In R Language.?

Answer»

R provides to import data in R language. To BEGIN with the R commander GUI, user should type the commands in the command Rcmdr into the console.

Data can be imported in R language in 3 ways such as:

  1. Select the data set in the dialog box or ENTER the name of the data set as required.
  2. Data is entered directly using the editor of R Commander via Data->New Data Set. This works good only when the data set is not too large.
  3. Data can also be imported from a URL or from PLAIN text file (ASCII), or from any statistical PACKAGE or from the CLIPBOARD.

R provides to import data in R language. To begin with the R commander GUI, user should type the commands in the command Rcmdr into the console.

Data can be imported in R language in 3 ways such as:



Discussion

No Comment Found