-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathplot_wc_trelliscope.Rd
38 lines (36 loc) · 1.12 KB
/
plot_wc_trelliscope.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gdelt_full_text_api.R
\name{plot_wc_trelliscope}
\alias{plot_wc_trelliscope}
\title{Plot wordcloud trelliscope}
\usage{
plot_wc_trelliscope(
data,
remove_columns = c("countMaximumRecords", "urlGDELTV2FTAPI", "isOR",
"urlArticleMobile"),
group_columns = list(regex = "Search", columns = NULL, exclude = NULL),
id_columns = list(is_except = TRUE, columns = c("idPanel", "data", "plot"), regex =
NULL),
word_size = 0.65,
widget_size = c(500, 500),
trelliscope_parameters = list(rows = 1, columns = 3, path = NULL)
)
plot_wc_trelliscope(
data,
remove_columns = c("countMaximumRecords", "urlGDELTV2FTAPI", "isOR",
"urlArticleMobile"),
group_columns = list(regex = "Search", columns = NULL, exclude = NULL),
id_columns = list(is_except = TRUE, columns = c("idPanel", "data", "plot"), regex =
NULL),
word_size = 0.65,
widget_size = c(500, 500),
trelliscope_parameters = list(rows = 1, columns = 3, path = NULL)
)
}
\arguments{
\item{trelliscope_parameters}{}
}
\description{
Plot wordcloud trelliscope
Plot wordcloud trelliscope
}