Commit 78589c8b87579fcf191fc35f9d803f75e336a2fa

Authored by Efrain Gonzalez
1 parent eb003daf3f
Exists in master

Updated output 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 the each data set?: " %>%
  9 + numrows <- "How many rows of clinical data are their in the each data set (seperate each number by a comma no spaces)?: " %>%
10 10 readline(prompt = .) %>%
11 11 strsplit(.,split = ",") %>%
12 12 .[[1]] %>%