R/get_single_video_stats.R

#' Get Video Stats for one video based on its video ID.
#'
#' @param x A string
#' @return The video Stats for the video with video ID. of \code{x}



get_single_video_stats <- function(x="SwBA1qb5ENg")
{get_stats(video_id = x)}
Gchen0124/YouTubR documentation built on May 8, 2019, 1:54 p.m.