Skip to content

Commit 4a831b2

Browse files
1 parent 5c49144 commit 4a831b2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

R/check.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#' @returns
1515
#' 1 = object exists in environment
1616
#' 0 = object doesn't exist in environment
17+
#'
18+
#' @export
1719

1820

1921
check <- function(x){tryCatch(if(!is.logical(class(x)) && ifelse(is.function(x), stop(), 0)) 1 else 1, error=function(e) 0)}

R/colcompare.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#' colcompare(super_sleepers, super_actives)
2929
#' }
3030
#'
31+
#' @export
3132
#' @importFrom magrittr %>%
3233

3334
colcompare <- function(x, y){

0 commit comments

Comments
 (0)