A CLI for terminal based data extraction and summary for the MPI-SHH Department of Archaeogenetics PANDORA Database
if(!require('remotes')) install.packages('remotes')
remotes::install_github('sidora-tools/sidora.cli')
sidora.cli::quick_install()
within Rchmod +x sidora.R
.credentials
file in your user directory./sidora.R --help
This will only work within the MPI-SHH network. It also requires R and most likely a UNIX system.
The script can be found in the inst/
directory. A normal development workflow would be to modify the package, build it (!), and then run the script in inst/
(where you will need a .credentials
file).