How you can create a table in r without external file?



How you can create a table in r without external file?..

Answer / Eram Khan

{"Creating Table": "In R, you can create a table (data frame) without an external file using functions like c() for column binding and data.frame() for creating the data frame. For example: myData <- data.frame(c("A1", "B1", "C1"), c("A2", "B2", "C2")) creates a 2x3 table."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Give a brief introduction to an array in R?

1 Answers  


Enlist the advantages of using r languages?

1 Answers  


What is Preliminaries in R?

1 Answers  


How to construct new s4 class?

1 Answers  


How would you check the distribution of a categorical variable in r?

1 Answers  


Which package provides the bootstrapping?

1 Answers  


How many types of data types are provided by R?

1 Answers  


What do you understand by element recycling in r?

1 Answers  


What are the data structures in r that is used to perform statistical analyses and create graphs?

1 Answers  


Name various sectors that are using R?

1 Answers  


How would you create a new r6 class?

1 Answers  


What are statistical software and data analysis in r?

1 Answers  


Categories