Преглед изворни кода

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…
Откажи
Сачувај