Skip to content

Commit

Permalink
for MM
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Mar 4, 2024
1 parent 0ebc0ac commit b1654f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/domain_mapping.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ domain_mapping <- function(json_file = NULL, domain_file = NULL) {
domains_extend <- rbind(c("*NO MATCH / UNSURE*"), c("*METADATA*"), c("*ALF ID*"), c("*OTHER ID*"), c("*DEMOGRAPHICS*"), domains)
gridExtra::grid.table(domains_extend[1], cols = "Domain", rows = 0:(nrow(domains_extend) - 1))

# temp - delete later
cat("\n You are in the improve-auto branch \n")

# Get user and demo list info for log file ----
User_Initials <- ""
while (User_Initials == "") {
Expand Down

0 comments on commit b1654f2

Please sign in to comment.