We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bcba3 commit 8f3c3dcCopy full SHA for 8f3c3dc
DESCRIPTION
@@ -15,6 +15,6 @@ URL: https://github.com/PMassicotte/gtrendsR
15
Depends: R (>= 3.5.0)
16
LazyData: yes
17
Imports: ggplot2, jsonlite, anytime, curl
18
-RoxygenNote: 7.2.0
+RoxygenNote: 7.3.2
19
Suggests: knitr, rmarkdown, tinytest
20
Encoding: UTF-8
R/zzz.R
@@ -748,15 +748,6 @@ create_geo_payload <- function(
748
return(df)
749
}
750
751
-## Remove NA from list
752
-na.omit.list <- function(y) {
753
- return(y[
754
- !sapply(y, function(x) {
755
- all(is.na(x))
756
- })
757
- ])
758
-}
759
-
760
## Replace special characters in keywords like P&500 -> P%26500
761
encode_keyword <- function(url) {
762
url <- gsub(
0 commit comments