Re: [R] Dataverse (reading files with .tab and .7z suffixes)

2018-05-13 Thread David Winsemius
> On May 13, 2018, at 5:04 AM, Thomas Levine <_...@thomaslevine.com> wrote: > > Ilio Fornasero writes: >> Yet, I am at this point. >> >> >> >> >> ## 01. Finding the dataverse server and making a search >> Sys.setenv("DATAVERSE_SERVER" =3D "dataverse.harvard.edu") >> dataverse_search(".Hunger"

Re: [R] Dataverse (reading files with .tab and .7z suffixes)

2018-05-13 Thread Jorge Cimentada
Our just use the dataverse package already in CRAN: https://cran.r-project.org/web/packages/dataverse/index.html --- Jorge Cimentada *https://cimentadaj.github.io/ * On Sun, May 13, 2018 at 2:04 PM, Thomas Levine <_...@thomaslevine

Re: [R] Dataverse (reading files with .tab and .7z suffixes)

2018-05-13 Thread Thomas Levine
Ilio Fornasero writes: > Yet, I am at this point. > > > > > ## 01. Finding the dataverse server and making a search > Sys.setenv("DATAVERSE_SERVER" =3D "dataverse.harvard.edu") > dataverse_search(".Hunger") > > > ## 02. Loading the dataset (in this example, I have chosen the word ".Hunge= > r" to g

[R] Dataverse (reading files with .tab and .7z suffixes)

2018-05-13 Thread Thomas Levine
Ilio Fornasero writes: > I am trying to find a way to retrieve data from Harvard Dataverse website. > I usually don't have problem in web-scraping data but the problem here is > that there are a bunch of data formats such as .tab, .7z and so and > I just can't find a way to retrieve the data I am