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


Explain how you can create a table in r without external file?



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

Answer / Paritosh

In R, you can create a data frame which acts like a table without an external file. Here's an example:n```Rnmy_data <- data.frame(n variable1 = c(1, 2, 3),n variable2 = c('a', 'b', 'c'),n)n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is a factor? How would you create a factor in r?

1 Answers  


how would you build a scatter-plot using plotly?

1 Answers  


What do you know about the evaluate_model() function from “statisticalmodeling” package

1 Answers  


What are the advantages of R?

1 Answers  


How would you do a left and right join in r?

1 Answers  


How can you debug and test r programming code?

1 Answers  


How R Commands are Written?

1 Answers  


How can you simulate random walk model using r?

1 Answers  


Why we need data visualization in R?

1 Answers  


What data Visualizations in R you should learn?

1 Answers  


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

1 Answers  


What are the steps involved in building and evaluating a linear regression model in r?

1 Answers  


Categories