Skip to content

Commit

Permalink
Fixed typo in roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
robne1982 committed Sep 7, 2018
1 parent 6cb1944 commit 160cf08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dataCompareR/R/vd_checkEmpty.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ checkNA <- function(df) {
#'
#' @param x literally anything
#'
#' @returns boolean
#' @return boolean
isSingleNA <- function(x) {
if(is.vector(x) && length(x) == 1 && is.na(x)) {
TRUE
Expand Down
3 changes: 3 additions & 0 deletions dataCompareR/man/isSingleNA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 160cf08

Please sign in to comment.