Hi Jason,
You can add as many objects as you want to save(). For instance:
save(data1, data2, data3, data4, file = "whatever"). Once you have
loaded the data, just add whatever data you want, and then save it (or
edit your original object and resave it). Here is another example:
> ls()
charact
?rbind
"Jason Kwok" wrote:
>Thanks for the response Duncan.
>
>I'm sorry I wasn't clear in my question. I need to add an additional
>value
>every day to the data and not update it.
>
>I know how to load and save but I dont' know how to add data.
>load(file="C:\\datafile.rdata")
>save(data,file=
Thanks for the response Duncan.
I'm sorry I wasn't clear in my question. I need to add an additional value
every day to the data and not update it.
I know how to load and save but I dont' know how to add data.
load(file="C:\\datafile.rdata")
save(data,file="C:\\datafile.rdata")
Thanks.
Jason
On 18/11/2010 1:49 AM, Jason Kwok wrote:
How do I add data to a .rdata file? In my case, I have a time series that
needs to get updated every day.
Load it, update the variables, save them.
Duncan Murdoch
__
R-help@r-project.org mailing list
https:/
How do I add data to a .rdata file? In my case, I have a time series that
needs to get updated every day.
Thanks,
Jason
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLE
5 matches
Mail list logo