Skip to content

Commit

Permalink
plural tables
Browse files Browse the repository at this point in the history
  • Loading branch information
hswerdfe committed Feb 11, 2021
1 parent 398bb7a commit 8e8c46d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/generate_db_generations_sql.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ wbe_create_tables <- function(base_tbl, base_var, variableCat){
#'
wbe_sql_generate_db_creation <- function(curr_wd = getwd()){

tbls <- read_csv(file.path(curr_wd, "Table.csv"))
variables <- read_csv(file.path(curr_wd, "Variable.csv"))
tbls <- read_csv(file.path(curr_wd, "Tables.csv"))
variables <- read_csv(file.path(curr_wd, "Variables.csv"))
variableCat <- read_csv(file.path(curr_wd, "VariableCategory.csv"))

sql_str <-
Expand Down

0 comments on commit 8e8c46d

Please sign in to comment.