-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathNAMESPACE
More file actions
174 lines (173 loc) · 4.61 KB
/
NAMESPACE
File metadata and controls
174 lines (173 loc) · 4.61 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Generated by roxygen2: do not edit by hand
S3method("[",tuber_result)
S3method(print,tuber_result)
S3method(summary,tuber_result)
export("%>%")
export(add_video_to_playlist)
export(analyze_channel)
export(analyze_trends)
export(bulk_video_analysis)
export(change_playlist_title)
export(compare_channels)
export(count_emojis)
export(create_playlist)
export(delete_captions)
export(delete_channel_sections)
export(delete_comments)
export(delete_playlist_items)
export(delete_playlists)
export(delete_videos)
export(extract_emojis)
export(get_all_channel_video_stats)
export(get_all_comments)
export(get_captions)
export(get_channel_info_cached)
export(get_channel_sections)
export(get_channel_stats)
export(get_comment_threads)
export(get_comments)
export(get_live_chat_messages)
export(get_live_streams)
export(get_playlist_item_ids)
export(get_playlist_item_videoids)
export(get_playlist_items)
export(get_playlists)
export(get_premiere_info)
export(get_related_videos)
export(get_stats)
export(get_subscriptions)
export(get_super_chat_events)
export(get_video_details)
export(get_video_thumbnails)
export(has_emoji)
export(insert_channel_banner)
export(list_abuse_report_reasons)
export(list_caption_tracks)
export(list_captions)
export(list_channel_activities)
export(list_channel_members)
export(list_channel_resources)
export(list_channel_sections)
export(list_channel_videos)
export(list_guidecats)
export(list_langs)
export(list_langs_cached)
export(list_my_channel)
export(list_my_videos)
export(list_regions)
export(list_regions_cached)
export(list_videocats)
export(list_videocats_cached)
export(list_videos)
export(post_comment)
export(read_sbv)
export(remove_emojis)
export(replace_emojis)
export(reply_to_comment)
export(search_shorts)
export(set_comment_moderation_status)
export(set_video_thumbnail)
export(tuber_GET_cached)
export(tuber_cache_clear)
export(tuber_cache_config)
export(tuber_cache_info)
export(tuber_info)
export(update_video_metadata)
export(upload_caption)
export(upload_video)
export(with_retry)
export(yt_authorized)
export(yt_get_key)
export(yt_get_quota_usage)
export(yt_oauth)
export(yt_reset_quota)
export(yt_search)
export(yt_set_key)
export(yt_set_quota_limit)
export(yt_token)
export(yt_topic_search)
importFrom(askpass,askpass)
importFrom(checkmate,assert)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_choice)
importFrom(checkmate,assert_count)
importFrom(checkmate,assert_directory)
importFrom(checkmate,assert_file)
importFrom(checkmate,assert_flag)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_string)
importFrom(checkmate,check_character)
importFrom(checkmate,check_list)
importFrom(checkmate,check_null)
importFrom(digest,digest)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(hms,as_hms)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,authenticate)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(httr2,req_body_json)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
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,resp_body_string)
importFrom(httr2,resp_headers)
importFrom(httr2,resp_status)
importFrom(httr2,secret_decrypt)
importFrom(httr2,secret_encrypt)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(mime,guess_type)
importFrom(purrr,flatten)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,is_missing)
importFrom(rlang,warn)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tibble,enframe)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(tidyr,unnest_wider)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,object.size)
importFrom(utils,read.table)