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