We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7544f08 commit fd41321Copy full SHA for fd41321
R/check.R
@@ -3,13 +3,13 @@
3
#' @author Sander Devisscher
4
#'
5
#' @description
6
-#' Helper script to determine existance in environment panel
+#' Helper script to determine existence in environment panel
7
8
#' @param x environment object
9
10
#' @returns
11
-#' 1 = object exists in enviroment
12
-#' 0 = object doesn't exist in enviroment
+#' 1 = object exists in environment
+#' 0 = object doesn't exist in environment
13
14
15
check <- function(x){tryCatch(if(is.logical(class(x))) 1 else 1, error=function(e) 0)}
0 commit comments