commit | 9bb500836cfcc849852a17ca30b40480781c21c6 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Feb 18 16:38:10 2022 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Feb 18 16:38:10 2022 +0100 |
tree | 6fabfb5a5752cc9aa3d24bf62ec64e6851d3cf75 | |
parent | 5c0a495ed5d3731d1038e1a27b9b3f3bda270279 [diff] |
shiny demo: don't try to use access token Change-Id: Iaf8e923a6377068aa52729e9c408aea6ffea2744
diff --git a/inst/shiny-apps/frequency_curves/server.R b/inst/shiny-apps/frequency_curves/server.R index 26125cc..a2e1477 100644 --- a/inst/shiny-apps/frequency_curves/server.R +++ b/inst/shiny-apps/frequency_curves/server.R
@@ -3,7 +3,7 @@ } else { hc_theme_hcrt() } -rsr <- new("KorAPConnection", verbose = TRUE) +rsr <- new("KorAPConnection", verbose = TRUE, accessToken = NULL) vc <- "(textType = /Zeit.*/ | textTypeRef=Plenarprotokoll) & availability!=QAO-NC-LOC:ids & creationDate in" years <- c(2005:2020) from <- 2005