Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6870933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:44:38+00:00 2026-05-27T03:44:38+00:00

I made a data.frame in R that is not very big, but it takes

  • 0

I made a data.frame in R that is not very big, but it takes quite some time to build. I would to save it as a file, which I can than again open in R?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T03:44:39+00:00Added an answer on May 27, 2026 at 3:44 am

    There are several ways. One way is to use save() to save the exact object. e.g. for data frame foo:

    save(foo,file="data.Rda")
    

    Then load it with:

    load("data.Rda")
    

    You could also use write.table() or something like that to save the table in plain text, or dput() to obtain R code to reproduce the table.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So... I have some little flash graphs I made that pull data from an
I made this simple function to filter the data. I add the symbols that
I have made a code that read data from flash Nand (without filesystem). fd
I have made a java application that stores data from a .csv file to
The first time I made a method to read data from my chat server,
I have data.frame that contains several factors and i want to rename factor levels
During last time I made many integrations (data transfer from one place to another,
Suppose that we have a data frame that looks like set.seed(7302012) county <- rep(letters[1:4],
I'm working with tick data and would like to have some basic information about
I have the following data frame: id<-c(1,1,1,1,1,3,3,3,3) period<-c(calib,calib,calib,valid,valid,calib,calib,calib,valid) date<-c(11-11-07,11-11-07,23-11-07,12-12-08,17-12-08,11-11-07,23-11-07,23-11-07,16-01-08) time<-c(12,13,14,11,23,15,12,18,14) df<-data.frame(id,period,time,date) df$date2<-as.Date(as.character(df$date), format =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.