-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
70 lines (69 loc) · 1.89 KB
/
NAMESPACE
File metadata and controls
70 lines (69 loc) · 1.89 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Generated by roxygen2: do not edit by hand
export(cfde_opportunity_numbers)
export(epmc_search)
export(export_tabular)
export(ga_dataframe)
export(ga_meta_simple)
export(ga_query_explorer)
export(get_core_project_info)
export(get_ga_basic)
export(get_ga_meta_by_id)
export(get_github_by_topic)
export(get_github_by_topic_graphql)
export(icite)
import(dplyr)
import(httr2)
import(jsonlite)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,tibble)
importFrom(ghql,GraphqlClient)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(googleAnalyticsR,ga_account_list)
importFrom(googleAnalyticsR,ga_auth)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_body_json)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_perform_parallel)
importFrom(httr2,req_retry)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_status)
importFrom(jsonlite,fromJSON)
importFrom(openxlsx,addWorksheet)
importFrom(openxlsx,createWorkbook)
importFrom(openxlsx,saveWorkbook)
importFrom(openxlsx,writeData)
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap)
importFrom(readr,write_csv)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,format_error_bullets)
importFrom(rlang,inform)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,read_html)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(tibble,tibble)
importFrom(tidyr,separate)