Unzip Lattes file to XML preserving 16 digits id as the file name.

unzipLattes(filezip = "*.zip$", path = ".")

Arguments

filezip

Zip files in your local machine.

path

Directory with zip files.

Value

no return

Details

Only zip files with 16 digits Lattes ids will be extracted.

Examples

if (FALSE) { if(interactive()){ unzipLattes(filezip='*.zip') } }