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@r-project.org>
wrote:

> Dear Evelina Ballato,
>
> В Tue, 30 Apr 2024 10:36:32 +0000
> Evelina Ballato <evelb...@arpa.piemonte.it> пишет:
>
> > In the Openair package it is possible to restore the import csv file
> > function?
>
> 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.
>
> --
> Best regards,
> Ivan
>
> ______________________________________________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to