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 | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 13 | export(ipm) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 14 | export(mutate) |
| 15 | export(select) |
| 16 | export(summarise) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 17 | export(tidy) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 18 | export(year) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 19 | exportClasses(KorAPConnection) |
| 20 | exportClasses(KorAPCorpusStats) |
| 21 | exportClasses(KorAPQuery) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 22 | exportMethods(apiCall) |
Marc Kupietz | 4862b86 | 2019-11-07 10:13:53 +0100 | [diff] [blame] | 23 | exportMethods(clearApiToken) |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 24 | exportMethods(clearCache) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 25 | exportMethods(corpusQuery) |
| 26 | exportMethods(corpusStats) |
| 27 | exportMethods(fetchAll) |
| 28 | exportMethods(fetchNext) |
| 29 | exportMethods(fetchRest) |
Marc Kupietz | 3f57528 | 2019-10-04 14:46:04 +0200 | [diff] [blame] | 30 | exportMethods(frequencyQuery) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 31 | exportMethods(initialize) |
Marc Kupietz | 4862b86 | 2019-11-07 10:13:53 +0100 | [diff] [blame] | 32 | exportMethods(persistApiToken) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 33 | exportMethods(show) |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 34 | import(R.cache) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 35 | import(httr) |
Marc Kupietz | 4862b86 | 2019-11-07 10:13:53 +0100 | [diff] [blame] | 36 | import(keyring) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 37 | import(methods) |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 38 | import(utils) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 39 | importFrom(broom,tidy) |
Marc Kupietz | bb7d232 | 2019-10-06 21:42:34 +0200 | [diff] [blame] | 40 | importFrom(dplyr,.data) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 41 | importFrom(dplyr,bind_cols) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 42 | importFrom(dplyr,bind_rows) |
| 43 | importFrom(dplyr,enquo) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 44 | importFrom(dplyr,group_by) |
| 45 | importFrom(dplyr,mutate) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 46 | importFrom(dplyr,rename) |
| 47 | importFrom(dplyr,rowwise) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 48 | importFrom(dplyr,select) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 49 | importFrom(dplyr,starts_with) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 50 | importFrom(dplyr,summarise) |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 51 | importFrom(ggplot2,GeomPoint) |
| 52 | importFrom(ggplot2,aes) |
Marc Kupietz | d68f971 | 2019-10-06 21:48:00 +0200 | [diff] [blame] | 53 | importFrom(ggplot2,element_text) |
| 54 | importFrom(ggplot2,geom_line) |
| 55 | importFrom(ggplot2,geom_point) |
| 56 | importFrom(ggplot2,geom_ribbon) |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 57 | importFrom(ggplot2,ggplot) |
| 58 | importFrom(ggplot2,ggproto) |
| 59 | importFrom(ggplot2,layer) |
Marc Kupietz | d68f971 | 2019-10-06 21:48:00 +0200 | [diff] [blame] | 60 | importFrom(ggplot2,scale_x_continuous) |
| 61 | importFrom(ggplot2,theme) |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 62 | importFrom(htmlwidgets,onRender) |
| 63 | importFrom(htmlwidgets,saveWidget) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 64 | importFrom(jsonlite,fromJSON) |
| 65 | importFrom(lubridate,year) |
| 66 | importFrom(magrittr,"%>%") |
Marc Kupietz | 865760f | 2019-10-07 19:29:44 +0200 | [diff] [blame] | 67 | importFrom(plotly,ggplotly) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 68 | importFrom(purrr,map_dfr) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame] | 69 | importFrom(stats,prop.test) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 70 | importFrom(tibble,as_tibble) |
Marc Kupietz | 3f57528 | 2019-10-04 14:46:04 +0200 | [diff] [blame] | 71 | importFrom(tibble,remove_rownames) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 72 | importFrom(tibble,rownames_to_column) |
Marc Kupietz | 97a1bca | 2019-10-04 22:52:09 +0200 | [diff] [blame] | 73 | importFrom(tibble,tibble) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 74 | importFrom(tidyr,complete) |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame] | 75 | importFrom(tidyr,expand_grid) |