How to download an .obj files into R ?

Hi again, I would like to kindly ask you how to download an obj file in to R, for example I want to download this file:
https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20180730/e790230b/attachment-0001.obj

Any ideas are much appreciated, thank you.

Is it one of these or something else ?

Hi Nir,
to be honest I do not know, it looks similar to csv file.
This is an attachment to a post:
https://stat.ethz.ch/pipermail/r-sig-meta-analysis/2018-July/000967.html

So If its a csv I would use standard methods such as base::read.csv or readr::read_csv to load it

Thank you Nir,
it somehow magically worked in spite of that, these two files have got two different files' extensions (csv and obj).
Interesting thing that before you posted your solution I tried download these files through Excel Power Query and I did. Then I tried to read it into R but it took ages and finally hung.
Thanks again.

aaa <-  readr::read_csv("https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20180730/e790230b/attachment-0001.obj")

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.