forked from ropensci/roadoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 1.07 KB
/
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
35
36
37
38
39
40
41
# Generated by roxygen2: do not edit by hand
export(oadoi_fetch)
export(oadoi_fetch_)
export(roadoi_addin)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_type)
importFrom(httr,modify_url)
importFrom(httr,status_code)
importFrom(httr,timeout)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(plyr,create_progress_bar)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(purrr,compact)
importFrom(purrr,map)
importFrom(purrr,map_if)
importFrom(shiny,actionButton)
importFrom(shiny,dialogViewer)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,renderTable)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(shiny,tableOutput)
importFrom(shiny,tags)
importFrom(shiny,textAreaInput)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)