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