# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.