소스 검색

Add isFALSE backport for R < 3.5

master
Garrick Aden-Buie 7 년 전
부모
커밋
e4b9915738
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      R/gathertweet_actions.R

+ 2
- 0
R/gathertweet_actions.R 파일 보기

@@ -150,3 +150,5 @@ gathertweet_simplify <- function(
log_info("Saving simplified tweets to {output}")
save_tweets(tweets_simplified, output)
}

isFALSE <- function(x) is.logical(x) && length(x) == 1L && !is.na(x) && !x

Loading…
취소
저장