R/0020_get_typical_values.R

Defines functions get_typical_values

Documented in get_typical_values

#'-----------------
#' get_typical_values
#'-----------------

#' returns pre-set examples for channelId, playlistId, videoId
#'   and maxResults = 50
#' playlistId <- "PLbcglKxZP5PMBoG1VfCqlWZ1Nx4FBBOn6"  # 60s - female (300+)
#' videoId <- "UCVdHFHpFBg"   # Tex Ritter Range Party
#' @return list
#' @export
get_typical_values  <- function(){
	values  <- list(
						maxResults = 50,
						channelId =  "UClB5qWyXejlAwwkDAzJis-Q", # my channel
						videoId = "bMaCoxOGXPM",   # You Made me Love You)
						playlistId = "PLbcglKxZP5PMU2rNPBpYIzLTgzd5aOHw2")
}
jimrothstein/yt_api documentation built on Nov. 5, 2022, 8:05 p.m.