From 02c140cb2b1b98e66d48558bee5147d36b28392c Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Thu, 3 Aug 2017 13:50:58 -0400 Subject: [PATCH] Updated first question --- RMatchGenes.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RMatchGenes.R b/RMatchGenes.R index 8cb355b..c592955 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 the each data set (seperate each number by a comma no spaces)?: " %>% + numrows <- "How many rows of clinical data are their in each data set (seperate each number by a comma no spaces)?: " %>% readline(prompt = .) %>% strsplit(.,split = ",") %>% .[[1]] %>% -- 2.29.0