Skip to content

sscminer

E. F. Haghish edited this page May 31, 2019 · 3 revisions

v. 1.0.0

Title

sscminer - mines and archives SSC packages based on their updates

Syntax

sscminer , save(str) [ download ]

options

option Description
save(str) specifies the name of the data set to include packages information
download downloads and archives SSC packages in zip files

Description

sscminer mines packages on SSC server and summarizes them in a data set. it also list the files that are installable within each packages and categorizes them based on the Stata programming language they are using (ado, mata, dlg, etc.)

originally, the archive was developed for education purpose.

Examples

mine Stata packages on SSC without downloading any package

        . sscminer, save("archive.dta")

mine stata packages and download the files

        . sscminer, save("archive.dta") download

Author

E. F. Haghish
Department of Mathematics and Computer Science (IMADA)
University of Southern Denmark


This help file was dynamically produced by MarkDoc Literate Programming package

Clone this wiki locally