lodown icon indicating copy to clipboard operation
lodown copied to clipboard

locally download and prepare publicly-available microdata

Results 29 lodown issues
Sort by recently updated
recently updated
newest added

Hello, The RDS file produced by lodown for the National Survey of Family Growth (NSFG) for the 1995 Female Response dataset has empty values for both the stratum variable ("col_str")...

this is the message i get. how to specified the lib > install.packages("~/R/lodown-master.zip", repos = NULL, type = "win.binary") Installing package into ‘C:/Users/Wei Ching/Documents/R/win-library/3.6’ (as ‘lib’ is unspecified)

Hi, I am trying to get the data from the PNADC but I have an issue with extracting the data from the server: > lodown( "pnadc" , output_dir = file.path(...

lodown is an excellent project that I've enjoyed for several years now. However, it seems the NSDUH functions may need an update: Reproducible example (from http://asdfree.com/national-study-on-drug-use-and-health-nsduh.html): ``` library(lodown) devtools::install_github( "ajdamico/lodown"...

I'm trying to follow the examples regarding the PNS (Pesquisa Nacional de Saúde) via lodown R package (instructions in the book http://asdfree.com/). I'm following the presented code to the letter...

I am getting a download error when I try to get the POF catalog. Here are the messages I get: > pof_cat locally downloading pof > > downloading from URL...

Hello! I'm trying to get the POF microdata for 2017_2018, but the follow errors happens to me: > Error in httr_filesize(this_url, attempts, sleepsec) : > httr::HEAD( 'ftp://ftp.ibge.gov.br/Orcamentos_Familiares/Pesquisa_de_Orcamentos_Familiares_2017_2018/Microdados/Dados.zip' ) > failed...

The hrs dataset seems not downloadable > lodown( "hrs" , output_dir = file.path( path.expand( "~" ) , "HRS" ) , + your_username = "*****" , + your_password = "*****" )...

Hi, I got the error: `dhs_authenticate: length(project.line) == 1 is not TRUE` I think the DHS has changed their site so that the dhs_authenticate is now broken. Looking into it,...

``` install.packages("devtools" , repos = "http://cran.rstudio.com/") library(devtools) install_github("ajdamico/lodown" , dependencies = TRUE) library(lodown) lodown("faers" , output_dir = file.path( path.expand( "dir" ) , "FAERS")) ``` This is the code I am...