0 votes
in R Language by
Explain the data import in R language.

1 Answer

0 votes
by

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:

Select the data set in the dialog box or enter the name of the data set as required.

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.

Data can also be imported from a URL or from plain text file (ASCII), or from any statistical package or from the clipboard.

Related questions

0 votes
asked Feb 25, 2020 in R Language by rahuljain1
0 votes
asked Feb 24, 2020 in R Language by rahuljain1
...