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