Re: [R] R argparse: Line breaks in description

2014-12-09 Thread Dario Beraldi
On 27 November 2014 at 09:07, Dario Beraldi wrote: > Hello, > > I'm using the R package argparse to parse command line arguments. > > For readability, I'd like to add line breaks in the "description" of the > script and in the help of the arguments. However, I can't do it... Let's > see an exampl

[R] R argparse: Line breaks in description

2014-11-27 Thread Dario Beraldi
Hello, I'm using the R package argparse to parse command line arguments. For readability, I'd like to add line breaks in the "description" of the script and in the help of the arguments. However, I can't do it... Let's see an example. Given this script: #!/usr/bin/env Rscript require(ar