get_video_details: Fetch video details from the YouTube Data API

View source: R/get_video_details.R

get_video_detailsR Documentation

Fetch video details from the YouTube Data API

Description

Fetch video details from the YouTube Data API

Usage

get_video_details(video_id = NULL, part = "snippet", ...)

Arguments

video_id

Comma separated list of IDs of the videos for which details are requested. Required.

part

Comma-separated vector of video resource properties requested. Options include: contentDetails, fileDetails, id, liveStreamingDetails, localizations, player, processingDetails, recordingDetails, snippet, statistics, status, suggestions, topicDetails

...

Additional arguments passed to tuber_GET.

Value

list


jalvarado/ytAnalyticsR documentation built on Oct. 17, 2022, 3:04 p.m.