Browse Source

Removed the hard-coded path for the output

master
Maxime Wack 9 years ago
parent
commit
ada211ea1d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      R/desc_global.R
  2. +1
    -1
      R/desc_groupe.R

+ 1
- 1
R/desc_global.R View File

@@ -52,7 +52,7 @@ desc_global <- function(table, html="desc_global", titre=NULL, variables=NULL, v
}
# Header de la table
HTMLInit(file=paste0("../HTML\ Output/",html,".html"), title=titre, CSSfile="desc.css")
HTMLInit(file=paste0(html,".html"), title=titre, CSSfile="desc.css")
HTML("<div class='desc'>")
inc()
HTML("<table class='desc'>")


+ 1
- 1
R/desc_groupe.R View File

@@ -84,7 +84,7 @@ desc_groupe <- function(table, groupe, param = character(0), html=NULL, titre=NU
html <- paste0("desc_groupe_",groupe)
# Header de la table
HTMLInit(file=paste0("../HTML\ Output/",html,".html"), title=titre, CSSfile="desc.css")
HTMLInit(file=paste0(html,".html"), title=titre, CSSfile="desc.css")
HTML("<div class='desc'>")
inc()
HTML("<table class='desc'>")


Loading…
Cancel
Save