-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 954 Bytes
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 954 Bytes
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
# Generated by roxygen2: do not edit by hand
export(Extract_Time_in_mins)
export(Get_Video_Category)
export(Get_Video_Detail)
export(calculate_proportion)
export(create_bar_subscribers_plot)
export(create_bar_videos_plot)
export(create_bar_views_plot)
export(create_engagement_plot)
export(create_growth_plot)
export(display_channel_info)
export(format_date)
export(get_Preference_Breakdown)
export(get_channel_stats)
export(get_monthly_uploads)
export(get_top10_videos)
export(get_video_and_rank)
export(get_video_ids)
export(preprare_data)
export(print_videos)
export(tabulate_overallsummary)
export(tabulate_summary)
export(visualize)
export(visualize_channel)
export(visualize_hourly_patterns)
export(visualize_monthly_uploads)
export(visualize_proportion)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(ggtext)
import(gridExtra)
import(httr)
import(jsonlite)
import(kableExtra)
import(lubridate)
import(stringr)
import(tidyr)
import(viridis)