Rev 7555 | Blame | Last modification | View Log | Download | RSS feed
#!/bin/sh R_HOME=`R RHOME` ${R_HOME}/bin/Rdconv -t txt ${1} ### Local Variables: *** ### mode: sh *** ### sh-indentation: 2 *** ### End: ***
#!/bin/sh
R_HOME=`R RHOME`
${R_HOME}/bin/Rdconv -t txt ${1}
### Local Variables: ***
### mode: sh ***
### sh-indentation: 2 ***
### End: ***