Hi, could you help me?
pof_cat <-
get_catalog( "pof" ,
output_dir = file.path( path.expand( "~" ) , "POF" ) )
2008-2009 only
pof_cat <- subset( pof_cat , period == "2008_2009" )
download the microdata to your local computer
pof_cat <- lodown( "pof" , pof_cat)
lodown is now exiting due to an installation error.
Error in load_fun(data_name = data_name, catalog, ...) :
you need to install 7-zip. if you already have it, include a parameter like path_to_7za='C:\Program Files\7-zip\7z.exe'
In addition: Warning messages:
1: In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="C:/Program Files/7-zip/7z.exe": O sistema não pode encontrar o caminho especificado
2: In system(paste0("\"", path_to_7za, "\" -h"), show.output.on.console = FALSE) :
'"C:\Program Files\7-zip\7z.exe"' not found
Hi, could you help me? pof_cat <- get_catalog( "pof" , output_dir = file.path( path.expand( "~" ) , "POF" ) )
2008-2009 only
pof_cat <- subset( pof_cat , period == "2008_2009" )
download the microdata to your local computer
pof_cat <- lodown( "pof" , pof_cat)
lodown is now exiting due to an installation error.
Error in load_fun(data_name = data_name, catalog, ...) : you need to install 7-zip. if you already have it, include a parameter like path_to_7za='C:\Program Files\7-zip\7z.exe' In addition: Warning messages: 1: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Program Files/7-zip/7z.exe": O sistema não pode encontrar o caminho especificado 2: In system(paste0("\"", path_to_7za, "\" -h"), show.output.on.console = FALSE) : '"C:\Program Files\7-zip\7z.exe"' not found