From 4d40f2746596baecff36ec15a7d5b389b0aca34c Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Thu, 3 Aug 2017 14:05:52 -0400 Subject: [PATCH] Update first question --- RMatchGenes.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RMatchGenes.R b/RMatchGenes.R index c592955..2ff86b2 100644 --- a/RMatchGenes.R +++ b/RMatchGenes.R @@ -6,7 +6,7 @@ library(readr) library(dplyr) Check2Match <- function(){ - numrows <- "How many rows of clinical data are their in each data set (seperate each number by a comma no spaces)?: " %>% + numrows <- "How many rows of clinical data are their in each data set (separate each number by a comma no spaces)?: " %>% readline(prompt = .) %>% strsplit(.,split = ",") %>% .[[1]] %>% -- 2.29.0