Browse Source

Shell scripts calling R scripts

master
Maxime Wack 8 years ago
parent
commit
48123e5bac
2 changed files with 6 additions and 0 deletions
  1. +4
    -0
      donnees.sh
  2. +2
    -0
      render.sh

+ 4
- 0
donnees.sh View File

@@ -0,0 +1,4 @@
#!/bin/bash

R --vanilla --quiet --slave --args $1 $2 $3 $4 $5 $6 $7 $8 < donnees.R


+ 2
- 0
render.sh View File

@@ -0,0 +1,2 @@
#!/bin/bash
R --vanilla -e 'rmarkdown::render("cloture.Rmd")'

Loading…
Cancel
Save