R/Input_Channel_Id.R

# Input a YouTube Channel Id
# The default value is the New York Times Youtbube channel
Input_Channel_Id <- function(x="UCqnbDFdCpuN8CMEg0VuEBqA"){
  videos = yt_search(term="",type="video", channel_id = x)
  print(videos)
  }
Gchen0124/YouTubR documentation built on May 8, 2019, 1:54 p.m.