Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In R how you can import Data?



In R how you can import Data?..

Answer / Parul Gupta

R provides various functions to import data from different sources, such as csv (read.csv()), tsv (read.tsv()), excel (readxl::read_excel()), and text files (readLines()). For example: data <- read.csv('datafile.csv') imports a CSV file into R.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What are problems with R clustering?

1 Answers  


Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?

1 Answers  


Write the r programming code for an array of words so that the output is displayed in decreasing frequency order?

1 Answers  


What is meant by ANOVA models in R?

1 Answers  


From the below data-set, extract only those values where age>60 and sex=”f”.

1 Answers  


What is the use of “next” statement in R?

1 Answers  


What is Predictive analysis process in R?

1 Answers  


What are the different data structures in r? Briefly explain about them.

1 Answers  


What data Visualizations in R you should learn?

1 Answers  


How will you measure the probability of a binary response variable in r language?

1 Answers  


What are statistical and programming features of R?

1 Answers  


Describe nchar() in r string manipulation?

1 Answers  


Categories