浏览代码

Add isFALSE backport for R < 3.5

master
父节点
当前提交
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

正在加载...
取消
保存