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 we create a table using R language without using external files?



How can we create a table using R language without using external files?..

Answer / Amit Kuamr Jaiman

Creating a table (data frame) in R can be done using the built-in functions like c() for creating vectors, and data.frame() or list() to combine them into a data frame. For example: data.frame(A = c(1,2,3), B = c('a','b','c')) creates a 2-column table with columns A and B.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Explain what is pdv?

1 Answers  


What data Visualizations in R you should learn?

1 Answers  


What are problems with R clustering?

1 Answers  


How to compile and run code in R?

1 Answers  


What is the difference between library() and require() functions in r language?

1 Answers  


What are fundamental principles of debugging?

1 Answers  


Why is clustering required in data analysis?

1 Answers  


Explain the significance of transpose in r language

1 Answers  


What are various ways to write la oop in r?

1 Answers  


Explain RStudio.

1 Answers  


How would you do a cross-product of two tables in r?

1 Answers  


Which function is used to create a boxplot graph in R?

1 Answers  


Categories