[R] R and .asc file extension

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Fri May 20 16:16:55 CEST 2022


В Fri, 20 May 2022 13:27:20 +0000 (UTC)
Thomas Subia via R-help <r-help using r-project.org> пишет:

> I have data which has a .asc file extension.
>
> Can R read that file extension?

It very much depends on the content. ".asc" could mean ASCII text (in
which case read.table() or at least readLines() is your friend), or
something completely different. For example, RFC 4880 "ASCII armoured"
files typically have .asc extension, but you're much better off reading
those using an OpenPGP implementation, not R.

-- 
Best regards,
Ivan



More information about the R-help mailing list