Mercurial > repos > mingchen0919 > rmarkdown_i_adhore
comparison i_adhore_configure.Rmd @ 15:0927e9c47b6e draft default tip
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_i_adhore commit 5fbff2ffc492ba5f6fbcbc05322dd47a8738ca6c-dirty
| author | mingchen0919 |
|---|---|
| date | Tue, 29 Aug 2017 22:05:36 -0400 |
| parents | e10d998b078d |
| children |
comparison
equal
deleted
inserted
replaced
| 14:e10d998b078d | 15:0927e9c47b6e |
|---|---|
| 79 ``` | 79 ``` |
| 80 | 80 |
| 81 Links to outputs | 81 Links to outputs |
| 82 | 82 |
| 83 ```{r} | 83 ```{r} |
| 84 output_path | |
| 85 | |
| 86 outputs_list = list() | 84 outputs_list = list() |
| 87 i_adhore_outputs = list.files(output_path) | 85 i_adhore_outputs = list.files(output_path) |
| 88 for (i in i_adhore_outputs) { | 86 for (i in i_adhore_outputs) { |
| 89 outputs_list[[i]] = tags$li(tags$a(href=i, i)) | 87 outputs_list[[i]] = tags$li(tags$a(href=i, i)) |
| 90 } | 88 } |
