Skip to content

Commit

Permalink
domain_name into track_name
Browse files Browse the repository at this point in the history
  • Loading branch information
andkov committed Feb 3, 2017
1 parent 6b5cb82 commit 5231390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reports/correlation-3/support-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ save_corr_table <- function(
# ---- rename-domains -------------
rename_domains <- function(
catalog_pretty_selected,
domain_name
track_name
){
path_stencil = "./reports/correlation-3/rename-domains-"
path = paste0(path_stencil,domain_name,".csv")
path = paste0(path_stencil,track_name,".csv")

d_rules <- readr::read_csv(path) %>%
dplyr::select(domain, domain_new, study, cognitive, physical)
Expand Down

0 comments on commit 5231390

Please sign in to comment.