Skip to content

Commit 6d85e6c

Browse files
committed
ignore html files - render info page from markdown
1 parent 1d91d15 commit 6d85e6c

File tree

3 files changed

+5
-292
lines changed

3 files changed

+5
-292
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.RData
77
.RDataTmp
88

9+
# HTML files
10+
*.html
11+
912
# User-specific files
1013
.Ruserdata
1114

3_load_data.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ groupings$group_id <- as.character(1:nrow(groupings))
4040
polygons <-
4141
readRDS("input/layers/vertical_stacked_SA1_and_SA2_polygons_year2016_simplified.rds") %>%
4242
left_join(., groupings, by=c("ra", "seifa_quintile"="seifa", "SA_level"="sa", "care_type"))
43+
44+
rmarkdown::render("input/iTRAQI_info.md")

input/iTRAQI_info.html

Lines changed: 0 additions & 292 deletions
This file was deleted.

0 commit comments

Comments
 (0)