Commit 02c140cb2b1b98e66d48558bee5147d36b28392c

Authored by Efrain Gonzalez
1 parent 78589c8b87
Exists in master

Updated 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 the 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 (seperate each number by a comma no spaces)?: " %>%
10 10 readline(prompt = .) %>%
11 11 strsplit(.,split = ",") %>%
12 12 .[[1]] %>%