-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
34 lines (33 loc) · 873 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Generated by roxygen2: do not edit by hand
export(cnnid_category)
export(cnnid_index)
export(cnnid_search)
export(news_everything)
export(news_headlines)
export(news_sources)
export(newscatcher_aggregation)
export(newscatcher_headlines)
export(newscatcher_search)
export(newscatcher_searchfree)
export(newscatcher_sources)
export(newscatcher_stocks)
export(set_api_key)
import(dplyr)
importFrom(askpass,askpass)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,left_join)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,parse_date_time)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(tibble,as_tibble)