Post Your Answer
6 years ago in Data collection By Lalit Mudra
Import data in R
I want to import data in R language. But I have no clue how to do it. Could someone please help me?
All Answers (3 Answers In All)
By Niranjan Singh Answered 7 years ago
Reply to Niranjan Singh
By Parul Singh Answered 7 years ago
Reply to Parul Singh
By Rekha Bajaj Answered 7 years ago
I have imported data from SPSS file. These codes will let you import data to R language.
> library(“foreign”)
> mydata names(mydata)
Reply to Rekha Bajaj
Related Questions