bspm-scripts {bspm} | R Documentation |
Call Internal Scripts
Description
Internal scripts can be called via Rscript
(see examples).
Examples
## Not run:
# get a list of available scripts with descriptions
Rscript -e bspm:::scripts
# see a script's help
Rscript -e bspm:::scripts <script_name> -h
# run a script
Rscript -e bspm:::scripts <script_name> [args]
## End(Not run)
[Package bspm version 0.5.7 Index]