Commit 4d40f2746596baecff36ec15a7d5b389b0aca34c

Authored by Efrain Gonzalez
1 parent 02c140cb2b
Exists in master

Update first question

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -6,7 +6,7 @@ library(readr)
6 6 library(dplyr)
7 7  
8 8 Check2Match <- function(){
9   - numrows <- "How many rows of clinical data are their in each data set (seperate each number by a comma no spaces)?: " %>%
  9 + numrows <- "How many rows of clinical data are their in each data set (separate each number by a comma no spaces)?: " %>%
10 10 readline(prompt = .) %>%
11 11 strsplit(.,split = ",") %>%
12 12 .[[1]] %>%