Skip to content

function import file csv Openair

3 messages · Evelina Ballato, Ivan Krylov, Avi Gross

#
In the Openair package it is possible to restore the import csv file function? it has been removed in the latest versions.

Infinitely grateful

Evelina Ballato

Evelina Ballato
Arpa Piemonte
Dipartimento Territoriale
Piemonte Nord Est - sede di Omegna

************************************************************************
Riservatezza/Confidentiality

Ai sensi del Regolamento UE 679/2016, del D. Legislativo n. 196/2003 nonch? del D. Legislativo n. 101/2018, le informazioni contenute in questo messaggio sono riservate e sono utilizzabili ad uso esclusivo del destinatario. Qualora il presente messaggio Le fosse pervenuto per errore, La preghiamo di eliminarlo, senza copiarlo e senza inoltrarlo a terzi e senza trattenerlo nei suoi archivi informatici o cartacei e di darne comunicazione all'indirizzo mail dal quale ? pervenuto. Le ricordiamo che ogni violazione dei dati personali e punita dalla normativa sopra citata e, il contenuto del testo del presente messaggio, laddove utilizzato in violazione dei principi della riservatezza e segretezza della corrispondenza, ? punito ai sensi delle leggi penali vigenti.

Pursuant to EU Regulation 679/2016, Legislative Decree no. 196/2003 and the Legislative Decree n. 101/2018, the information contained in this message is confidential and can be used for the exclusive use of the recipient. If this message was received by mistake, please delete it, without copying it and without forwarding it to third parties and without holding it in its computer or paper files and to notify the email address from which it was received. We remind you that any violation of personal data and punished by the aforementioned legislation and the content of the text of this message, when used in violation of the principles of confidentiality and secrecy of correspondence, is punished according to the current criminal laws.
************************************************************************
#
Dear Evelina Ballato,

? Tue, 30 Apr 2024 10:36:32 +0000
Evelina Ballato <evelball at arpa.piemonte.it> ?????:
This question is best addressed to the maintainer of the package (see
the output of maintainer("openair")) if not to their GitHub issues at
<https://github.com/davidcarslaw/openair/issues>.

Searching the manual of the 'openair' package for "CSV" gives a few
results, so it might be possible that the functionality is still there,
just under a different name. The manual also says that the package uses
utils::read.csv to import the CSV files.

Which particular functionality you are currently missing from the
openair package?

If all else fails, you can go to
https://cran.r-project.org/src/contrib/Archive/openair/ and try to
install an older version of the package (2.11?) from there.
#
Unless the functionality to read in a CSV file had special functionality,
it probably is simple enough to read it in using other available functions
like read.csv() or others available.

Many packages have functions they later remove as not really needed or if
others are available.


On Tue, Apr 30, 2024, 8:37?AM Ivan Krylov via R-help <r-help at r-project.org>
wrote: