This website works better with JavaScript.
Home
Explore
Help
Sign In
garrick
/
gathertweet
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add isFALSE backport for R < 3.5
master
Garrick Aden-Buie
7 years ago
parent
ac7b015934
commit
e4b9915738
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
R/gathertweet_actions.R
+ 2
- 0
R/gathertweet_actions.R
View File
@@ -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
Write
Preview
Loading…
Cancel
Save