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