-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
76 lines (75 loc) · 2.01 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
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
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export("%>%")
export(auth_from_secret)
export(authorize)
export(calendly_get)
export(clean_ga_metrics)
export(clean_repo_metrics)
export(delete_creds)
export(example_data_folder)
export(extract_answers)
export(get_calendly_user)
export(get_citation_count)
export(get_config_file)
export(get_example_data)
export(get_ga_metadata)
export(get_ga_properties)
export(get_ga_property_info)
export(get_ga_stats)
export(get_ga_user)
export(get_github)
export(get_github_metrics)
export(get_github_repo_summary)
export(get_github_repo_timecourse)
export(get_github_user)
export(get_google_form)
export(get_multiple_forms)
export(get_multiple_ga_metrics)
export(get_multiple_repos_metrics)
export(get_org_repo_list)
export(get_question_metadata)
export(get_slido_files)
export(get_timestamp_repo_metrics)
export(get_user_repo_list)
export(get_youtube_channel_stats)
export(get_youtube_video_stats)
export(gh_repo_wrapper)
export(list_calendly_events)
export(list_example_data)
export(request_ga)
export(request_google_forms)
export(setup_folders)
export(write_playlist_details)
export(write_to_gsheet)
import(dplyr)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.string)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(gh,gh)
importFrom(googledrive,as_id)
importFrom(googledrive,drive_ls)
importFrom(googlesheets4,read_sheet)
importFrom(googlesheets4,sheet_add)
importFrom(googlesheets4,write_sheet)
importFrom(httr,accept_json)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(janitor,make_clean_names)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,today)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(stringr,str_to_title)
importFrom(tidyr,separate)
importFrom(utils,browseURL)
importFrom(utils,installed.packages)
importFrom(utils,menu)