From edf2baf695fe2ac66eaaf97eb24011b5cddaaee6 Mon Sep 17 00:00:00 2001 From: Efrain Gonzalez Date: Wed, 21 Jun 2017 13:44:57 -0400 Subject: [PATCH] Don't use this code yet Update to the amount of digits displayed in files --- RAutoClDs.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAutoClDs.R b/RAutoClDs.R index a2984b2..92f5c63 100644 --- a/RAutoClDs.R +++ b/RAutoClDs.R @@ -2,8 +2,8 @@ # Don't Use This Code Just Yet # ######################################################################## #Efrain H. Gonzalez -#6/16/2017 - +#6/21/2017 +options(digits = 11) #Libraries required to run the code library(pryr) library(MASS) -- 2.29.0