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) |
| 9 | export(group_by) |
| 10 | export(mutate) |
| 11 | export(select) |
| 12 | export(summarise) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame^] | 13 | export(tidy) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 14 | export(year) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 15 | exportClasses(KorAPConnection) |
| 16 | exportClasses(KorAPCorpusStats) |
| 17 | exportClasses(KorAPQuery) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 18 | exportMethods(apiCall) |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 19 | exportMethods(clearCache) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 20 | exportMethods(corpusQuery) |
| 21 | exportMethods(corpusStats) |
| 22 | exportMethods(fetchAll) |
| 23 | exportMethods(fetchNext) |
| 24 | exportMethods(fetchRest) |
| 25 | exportMethods(initialize) |
| 26 | exportMethods(show) |
Marc Kupietz | 0a96b28 | 2019-10-01 11:05:31 +0200 | [diff] [blame] | 27 | import(R.cache) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 28 | import(dplyr) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 29 | import(httr) |
Marc Kupietz | e95108e | 2019-09-18 13:23:58 +0200 | [diff] [blame] | 30 | import(methods) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 31 | import(purrr) |
| 32 | import(tidyr) |
Marc Kupietz | da3afe3 | 2019-09-16 18:32:32 +0200 | [diff] [blame] | 33 | import(utils) |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame^] | 34 | importFrom(broom,tidy) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 35 | importFrom(dplyr,group_by) |
| 36 | importFrom(dplyr,mutate) |
| 37 | importFrom(dplyr,select) |
| 38 | importFrom(dplyr,summarise) |
| 39 | importFrom(jsonlite,fromJSON) |
| 40 | importFrom(lubridate,year) |
| 41 | importFrom(magrittr,"%>%") |
Marc Kupietz | dcc1de6 | 2019-10-04 09:10:36 +0200 | [diff] [blame^] | 42 | importFrom(stats,prop.test) |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 43 | importFrom(tidyr,complete) |