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 are Ensemble Models in R?

1 Answers  


What is the difference between the data frame and a matrix in R?

1 Answers  


What is r matrices?

1 Answers  


How data is aggregated in r?

1 Answers  


How can you load a .csv file in r?

1 Answers  


Explain how to repeat vectors in r?

1 Answers  


Differentiate between k-means clustering and hierarchical clustering?

1 Answers  


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

1 Answers  


From the below data-set, extract only those values where age>60 and sex=”f”.

1 Answers  


What are r packages?

1 Answers  


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

1 Answers  


What data Visualizations in R you should learn?

1 Answers  


Categories