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


Which packages are used to store and restore R objects to and from a file in R language?



Which packages are used to store and restore R objects to and from a file in R language?..

Answer / Rajveer Singh

In R, the 'save' and 'load' functions are commonly used for storing and restoring R objects. To save an object, you can use:n```Rnsave(file = "my_object.rda", object = my_object)n``nTo load an object, you can use:n```Rnload("my_object.rda")n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What data Visualizations in R you should learn?

1 Answers  


Explain the concept of principal component analysis?

1 Answers  


Explain how to operate on lists in r?

1 Answers  


Explain how you can start the r commander gui?

1 Answers  


Tell me something about shinyr.

1 Answers  


How would you facet the data using ggplot2 package?

1 Answers  


How can you load and use csv file in R?

1 Answers  


What are the different packages in r?

1 Answers  


What are recommended systems in r?

1 Answers  


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

1 Answers  


What is the use of sample and subset functions in R programming language?

1 Answers  


How would you create a factor in r?

1 Answers  


Categories