Skip to content

Commit

Permalink
Walking back to last PR after accidental edits to main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed May 9, 2022
1 parent dd997fe commit 0719b54
Show file tree
Hide file tree
Showing 34 changed files with 53,534 additions and 173 deletions.
344 changes: 172 additions & 172 deletions R/industry_flow.R

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion R/read_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ read_cohort <- function(cohortfile = "data/pg_sankey_data_1_3_yag_dummy.csv") {

# Read in tables data.
read_tables_data <- function(file) {
tables_data <- fread(file) %>% select(-V1)
tables_data <- fread(file) %>% select(-V1)
names(tables_data) <- c(
"X", "YAG", "subject_name", "SECTIONNAME", "sex",
"ethnicity", "current_region", "FSM", "prior_attainment",
Expand Down
Loading

0 comments on commit 0719b54

Please sign in to comment.