I am trying to download the 2008 panel from SIPP. I started with lodown but got the error:
Error in read_SAScii_monetdb(catalog[i, "full_url"], chop.suid(fix.ct("http://thedataweb.rm.census.gov/pub/sipp/2008/l08puw1.sas")), : Error in rsqlite_send_query(conn@ptr, statement) : near "COPY": syntax error In addition: Warning message: Closing open result set, pending rows
I found a similar issue from 11 days ago here. There, you recommended I dive into the archived code until the issue above is resolved. So I am now running the 2008 panel- download and create database file. Without changing anything in the file (except for setting the wd), I got the error,
trying URL 'https://raw.githubusercontent.com/ajdamico/asdfree/master/MonetDB/read.SAScii.monetdb.R' Error in download.file(url, method = method, ...) : cannot open URL 'https://raw.githubusercontent.com/ajdamico/asdfree/master/MonetDB/read.SAScii.monetdb.R'
If I copy and past the URL into my browser, I get a 404 error. Any ideas on where the new URL should be or how to fix this?
Hey! Thanks in advance for your time.
I am trying to download the 2008 panel from SIPP. I started with lodown but got the error:
Error in read_SAScii_monetdb(catalog[i, "full_url"], chop.suid(fix.ct("http://thedataweb.rm.census.gov/pub/sipp/2008/l08puw1.sas")), : Error in rsqlite_send_query(conn@ptr, statement) : near "COPY": syntax error In addition: Warning message: Closing open result set, pending rows
I found a similar issue from 11 days ago here. There, you recommended I dive into the archived code until the issue above is resolved. So I am now running the 2008 panel- download and create database file. Without changing anything in the file (except for setting the wd), I got the error,
trying URL 'https://raw.githubusercontent.com/ajdamico/asdfree/master/MonetDB/read.SAScii.monetdb.R' Error in download.file(url, method = method, ...) : cannot open URL 'https://raw.githubusercontent.com/ajdamico/asdfree/master/MonetDB/read.SAScii.monetdb.R'
If I copy and past the URL into my browser, I get a 404 error. Any ideas on where the new URL should be or how to fix this?
Thanks again!