Marc Kupietz | 8718009 | 2019-09-07 19:20:24 +0200 | [diff] [blame] | 1 | # Generated by roxygen2: do not edit by hand |
| 2 | |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 3 | S3method(format,KorAPQuery) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 4 | export("%>%") |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 5 | export(as_tibble) |
| 6 | export(bind_cols) |
| 7 | export(ci) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 8 | export(complete) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 9 | export(expand_grid) |
Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 10 | export(geom_freq_by_year_ci) |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 11 | export(ggplotly) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 12 | export(group_by) |
Marc Kupietz | 91145b0 | 2020-01-29 15:58:36 +0100 | [diff] [blame] | 13 | export(hc_freq_by_year_ci) |
Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 14 | export(ipm) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 15 | export(mutate) |
Marc Kupietz | cb3c59e | 2020-06-02 10:10:43 +0200 | [diff] [blame] | 16 | export(n) |
Marc Kupietz | 23daf5b | 2019-11-27 10:28:07 +0100 | [diff] [blame] | 17 | export(percent) |
Marc Kupietz | 95240e9 | 2019-11-27 18:19:04 +0100 | [diff] [blame] | 18 | export(queryStringToLabel) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 19 | export(select) |
| 20 | export(summarise) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 21 | export(tidy) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 22 | export(year) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 23 | exportClasses(KorAPConnection) |
| 24 | exportClasses(KorAPCorpusStats) |
| 25 | exportClasses(KorAPQuery) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 26 | exportMethods(apiCall) |
Marc Kupietz | b956b81 | 2019-11-25 17:53:13 +0100 | [diff] [blame] | 27 | exportMethods(clearAccessToken) |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 28 | exportMethods(clearCache) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 29 | exportMethods(corpusQuery) |
| 30 | exportMethods(corpusStats) |
| 31 | exportMethods(fetchAll) |
| 32 | exportMethods(fetchNext) |
| 33 | exportMethods(fetchRest) |
Marc Kupietz | 3f57528 | 2019-10-04 14:46:04 +0200 | [diff] [blame] | 34 | exportMethods(frequencyQuery) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 35 | exportMethods(initialize) |
Marc Kupietz | b956b81 | 2019-11-25 17:53:13 +0100 | [diff] [blame] | 36 | exportMethods(persistAccessToken) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 37 | exportMethods(show) |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 38 | import(R.cache) |
Marc Kupietz | 91145b0 | 2020-01-29 15:58:36 +0100 | [diff] [blame] | 39 | import(highcharter) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 40 | import(httr) |
Marc Kupietz | 4862b86 | 2019-11-07 10:13:53 +0100 | [diff] [blame] | 41 | import(keyring) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 42 | import(methods) |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 43 | import(utils) |
Marc Kupietz | 95240e9 | 2019-11-27 18:19:04 +0100 | [diff] [blame] | 44 | importFrom(PTXQC,lcpCount) |
| 45 | importFrom(PTXQC,lcsCount) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 46 | importFrom(broom,tidy) |
Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 47 | importFrom(dplyr,.data) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 48 | importFrom(dplyr,bind_cols) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 49 | importFrom(dplyr,bind_rows) |
| 50 | importFrom(dplyr,enquo) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 51 | importFrom(dplyr,group_by) |
| 52 | importFrom(dplyr,mutate) |
Marc Kupietz | cb3c59e | 2020-06-02 10:10:43 +0200 | [diff] [blame] | 53 | importFrom(dplyr,n) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 54 | importFrom(dplyr,rename) |
| 55 | importFrom(dplyr,rowwise) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 56 | importFrom(dplyr,select) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 57 | importFrom(dplyr,starts_with) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 58 | importFrom(dplyr,summarise) |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 59 | importFrom(ggplot2,GeomPoint) |
| 60 | importFrom(ggplot2,aes) |
Marc Kupietz | d68f971 | 2019-10-06 21:48:00 +0200 | [diff] [blame] | 61 | importFrom(ggplot2,element_text) |
| 62 | importFrom(ggplot2,geom_line) |
| 63 | importFrom(ggplot2,geom_point) |
| 64 | importFrom(ggplot2,geom_ribbon) |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 65 | importFrom(ggplot2,ggplot) |
| 66 | importFrom(ggplot2,ggproto) |
| 67 | importFrom(ggplot2,layer) |
Marc Kupietz | d68f971 | 2019-10-06 21:48:00 +0200 | [diff] [blame] | 68 | importFrom(ggplot2,scale_x_continuous) |
| 69 | importFrom(ggplot2,theme) |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 70 | importFrom(htmlwidgets,onRender) |
| 71 | importFrom(htmlwidgets,saveWidget) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 72 | importFrom(jsonlite,fromJSON) |
| 73 | importFrom(lubridate,year) |
| 74 | importFrom(magrittr,"%>%") |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 75 | importFrom(plotly,ggplotly) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 76 | importFrom(stats,prop.test) |
Marc Kupietz | b7e7f72 | 2020-06-02 12:29:18 +0200 | [diff] [blame] | 77 | importFrom(tibble,add_column) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 78 | importFrom(tibble,as_tibble) |
Marc Kupietz | 3f57528 | 2019-10-04 14:46:04 +0200 | [diff] [blame] | 79 | importFrom(tibble,remove_rownames) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 80 | importFrom(tibble,rownames_to_column) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 81 | importFrom(tibble,tibble) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 82 | importFrom(tidyr,complete) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 83 | importFrom(tidyr,expand_grid) |