Skip to content

Commit

Permalink
Merge pull request #65 from capitalone/dev
Browse files Browse the repository at this point in the history
Fix typo in roxygen comment in new function
  • Loading branch information
robne1982 authored Sep 7, 2018
2 parents 876d266 + 160cf08 commit 2824fec
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 2824fec

Please sign in to comment.