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

How many control statements are present in r?

1 Answers  


How to remove all the objects?

1 Answers  


What do copy-on-change issues in r?

1 Answers  


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

1 Answers  


How many methods are there to save graphs?

1 Answers  


Explain the concept of principal component analysis?

1 Answers  


Explain in brief preliminaries of C/C++?

1 Answers  


How many types of vectors are present in r?

1 Answers  


What is bytecode compilation?

1 Answers  


What is tcp/ip variable smc-r storage allocations?

1 Answers  


Name the functions which help in importing data from other applications in R?

1 Answers  


What is a file in r?

1 Answers  


Categories