File tree Expand file tree Collapse file tree 8 files changed +9
-12
lines changed Expand file tree Collapse file tree 8 files changed +9
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
.Rhistory
3
3
.RData
4
4
.Ruserdata
5
- packrat /
6
- .Rprofile
7
- .httr-oauth
8
- test /
9
- tests /
10
- old /
11
- dev /
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Imports:
34
34
wordcloud2,
35
35
ggthemes,
36
36
ggplot2,
37
+ purrrlyr,
37
38
rlang,
38
39
tibble,
39
40
RColorBrewer,
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ import(jsonlite)
90
90
import(lubridate)
91
91
import(memoise)
92
92
import(purrr)
93
+ import(purrrlyr)
93
94
import(readr)
94
95
import(readxl)
95
96
import(rlang)
Original file line number Diff line number Diff line change @@ -5219,7 +5219,7 @@ dictionary_ft_codebook <-
5219
5219
col_count <- ncol(df_terms )
5220
5220
5221
5221
df_terms <-
5222
- df_terms %> % by_row(is.na ) %> % mutate(pctNA = (.out %> % map_dbl(sum )) / col_count ) %> %
5222
+ df_terms %> % purrrlyr :: by_row(is.na ) %> % mutate(pctNA = (.out %> % map_dbl(sum )) / col_count ) %> %
5223
5223
filter(pctNA < 1 ) %> %
5224
5224
dplyr :: select(- c(.out , pctNA ))
5225
5225
@@ -5404,7 +5404,7 @@ dictionary_ft_codebook <-
5404
5404
# ' @param nest_data if \code{TRUE} returns a nested \code{tibble()}
5405
5405
# ' @param return_message if \code{TRUE} returns a message
5406
5406
# '
5407
- # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr tibble glue stringr jsonlite
5407
+ # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr purrrlyr tibble glue stringr jsonlite
5408
5408
# ' @return a \code{tibble} or a form of visualization
5409
5409
# ' @export
5410
5410
# '
@@ -5602,7 +5602,7 @@ ft_v2_api <-
5602
5602
# '
5603
5603
# ' @return
5604
5604
# ' @export
5605
- # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr tibble glue stringr jsonlite
5605
+ # ' @import tidyr dplyr rlang highcharter trelliscopejs anytime lubridate purrr purrrlyr tibble glue stringr jsonlite
5606
5606
# ' @examples
5607
5607
generate_trelliscope_bundle <-
5608
5608
function (include_image_panel = TRUE ,
Original file line number Diff line number Diff line change
1
+ # https://console.cloud.google.com/bigquery?project=asbcllc.com:api-project-652943685261&folder=&organizationId=&p=gdelt-bq&d=gdeltv2&t=vgeg_iatv&page=table
2
+
3
+
4
+ # # Bigquery gdelt
You can’t perform that action at this time.
0 commit comments