saving changes

This commit is contained in:
Tanushree Tunstall 2022-02-14 11:14:40 +00:00
parent 6ffb084546
commit 18e1f14455
7 changed files with 26 additions and 228 deletions

View file

@ -2,6 +2,7 @@
# A) Installing and loading required packages
# B) My functions
#########################################################
check = function(x) tryCatch(if(class(x) == 'logical') 1 else 1, error = function(e) 0)
#########################################################
#lib_loc = "/usr/local/lib/R/site-library")