-
Notifications
You must be signed in to change notification settings - Fork 55
/
NAMESPACE
90 lines (89 loc) · 2.31 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_video_to_playlist)
export(change_playlist_title)
export(create_playlist)
export(delete_captions)
export(delete_channel_sections)
export(delete_comments)
export(delete_playlist_items)
export(delete_playlists)
export(delete_videos)
export(get_all_channel_video_stats)
export(get_all_comments)
export(get_captions)
export(get_channel_stats)
export(get_comment_threads)
export(get_comments)
export(get_playlist_item_ids)
export(get_playlist_item_videoids)
export(get_playlist_items)
export(get_playlists)
export(get_related_videos)
export(get_stats)
export(get_subscriptions)
export(get_video_details)
export(list_abuse_report_reasons)
export(list_caption_tracks)
export(list_channel_activities)
export(list_channel_resources)
export(list_channel_sections)
export(list_channel_videos)
export(list_guidecats)
export(list_langs)
export(list_my_channel)
export(list_my_videos)
export(list_regions)
export(list_videocats)
export(list_videos)
export(read_sbv)
export(update_video_metadata)
export(upload_caption)
export(upload_video)
export(yt_authorized)
export(yt_get_key)
export(yt_oauth)
export(yt_search)
export(yt_set_key)
export(yt_token)
export(yt_topic_search)
importFrom(askpass,askpass)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,authenticate)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,secret_decrypt)
importFrom(httr2,secret_encrypt)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(plyr,ldply)
importFrom(plyr,rbind.fill)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(tibble,enframe)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(utils,browseURL)
importFrom(utils,read.table)