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...


How can you load and use csv file in R?



How can you load and use csv file in R?..

Answer / Sanjay Prasad

In R, you can use the read.csv() function to load a CSV file. For example, `data <- read.csv("filename.csv")` will load the CSV file named 'filename.csv' into a data frame called 'data'. You can then use this data for analysis.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

How can you resample statistical tests in r language?

1 Answers  


What is the reshaping of data in R?

1 Answers  


What is the different type of sorting algorithms available in R language?

1 Answers  


What will be the output of log (-5.8) when executed on r console?

1 Answers  


What are tools for debugging in r?

1 Answers  


What is the recycling of elements in a vector? Give an example.

1 Answers  


How to create axes in the graph?

1 Answers  


Explain how to create a function in arguments using apply() in r?

1 Answers  


How will you list all the datasets available in all R packages?

1 Answers  


Explain tcp/ip applications, services and protocols?

1 Answers  


What is a random walk model?

1 Answers  


What is recursive function in r?

1 Answers  


Categories