[R] Appending Data to a .csv File

Mihai.Mirauta at bafin.de Mihai.Mirauta at bafin.de
Thu Aug 11 19:45:48 CEST 2016


Hallo,

For the moment I have a relatively large number of portfolios of different companies (say, company A with portfolios 1 to 10, company B with portfolio1 1 to 15 and so on to company Z with Portfolios 1 to 5). What I am doing, is loading these simulations out of csv  (relatively large amount of data) for each of the company and calculating the quantiles, for example. I write the data for company A (say write.csv(quantiles, “Quantiles.csv”).

Now I want to write the quantile results for company B into the same file, adding thus to the data for company A. I have tried to use write.csv(quantilesB, “Quantiles.csv”, append=TRUE) but I receive the error   “Versuch ignoriert 'append' zu setzen” – it seems to ignore the append. It is not so important to me if that is a csv data or an RData format, as long as I can run the program for company A, put the results for A in file “Quantiles”, than run the program for B, add the results for B in the file and so on for company C, D etc.

Thank you for your help,

Mihai


Für die rechtswirksame Übermittlung elektronischer Dokumente im Sinne des § 3a VwVfG eröffnet die BaFin den Zugang ausschließlich über folgende Kommunikationsadressen:

• Für die Übermittlung qualifiziert elektronisch signierter Dokumente per E-Mail: qes-posteingang at bafin.de
• Für die Übermittlung per De-Mail: poststelle at bafin.de-mail.de

Andere E-Mail-Adressen der BaFin stehen lediglich für die allgemeine Kommunikation, jedoch ausdrücklich nicht für eine rechtsverbindliche, die gesetzliche Schriftform ersetzende Kommunikation zur Verfügung.

Eingehende elektronische Dokumente müssen längere Zeit archiviert werden (Langzeitaufbewahrung). Deshalb bittet die BaFin darum, bei der rechtsverbindlichen, die gesetzliche Schriftform ersetzenden Kommunikation über die E-Mail-Adresse qes-posteingang at bafin.de ausschließlich qualifiziert elektronisch signierte PDF-Dokumente der Spezifikation PDF/A mit eingebetteter Signatur zu übersenden.

Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Sollten Sie nicht der richtige Adressat sein oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet. Der Inhalt dieser E-Mail kann nicht zu einer irgendwie gearteten Verpflichtung zu Lasten der BaFin ausgelegt werden.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. The content of this e-mail shall not be construed as constituting any kind of obligation on the part of BaFin.

	[[alternative HTML version deleted]]



More information about the R-help mailing list