Package: GetoptLong 1.1.0
GetoptLong: Parsing Command-Line Arguments and Simple Variable Interpolation
This is a command-line argument parser which wraps the powerful Perl module Getopt::Long and with some adaptations for easier use in R. It also provides a simple way for variable interpolation in R.
Authors:
GetoptLong_1.1.0.tar.gz
GetoptLong_1.1.0.zip(r-4.5)GetoptLong_1.1.0.zip(r-4.4)GetoptLong_1.1.0.zip(r-4.3)
GetoptLong_1.1.0.tgz(r-4.4-any)GetoptLong_1.1.0.tgz(r-4.3-any)
GetoptLong_1.1.0.tar.gz(r-4.5-noble)GetoptLong_1.1.0.tar.gz(r-4.4-noble)
GetoptLong_1.1.0.tgz(r-4.4-emscripten)GetoptLong_1.1.0.tgz(r-4.3-emscripten)
GetoptLong.pdf |GetoptLong.html✨
GetoptLong/json (API)
NEWS
# Install 'GetoptLong' in R: |
install.packages('GetoptLong', repos = c('https://jokergoo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jokergoo/getoptlong/issues
Last updated 2 years agofrom:ec47c31f66. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 24 2024 |
R-4.5-win | OK | Oct 24 2024 |
R-4.5-linux | OK | Oct 24 2024 |
R-4.4-win | OK | Oct 24 2024 |
R-4.4-mac | OK | Oct 24 2024 |
R-4.3-win | OK | Oct 24 2024 |
R-4.3-mac | OK | Oct 24 2024 |
Exports:get_scriptdirget_scriptnameGetOptionsGetoptLongGetoptLong.optionsqqqq.optionsqqcatsource_scriptsubCommands
Dependencies:crayonGlobalOptionsrjson
Parsing command-line arguments by Getopt::Long
Rendered fromGetoptLong.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2020-09-30
Started: 2016-08-22
Simple variable interpolation
Rendered fromvariable_interpolation.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2020-06-04
Started: 2016-08-22
Sub-commands
Rendered fromsub_commands.Rmd
usingknitr::rmarkdown
on Oct 24 2024.Last update: 2022-08-01
Started: 2022-03-31
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Directory of current script | get_scriptdir |
File name of current script | get_scriptname |
Wrapper of the Perl module 'Getopt::Long' in R | GetOptions |
Wrapper of the Perl module 'Getopt::Long' in R | GetoptLong |
Global options for GetoptLong() | GetoptLong.options |
Simple variable interpolation in texts | |
Global options for qq() related functions | qq.options |
Print a string which has been intepolated with variables | qqcat |
Source the R script with command-line arguments | source_script |
Setting sub commands | subCommands |