collectYoutubeData {VOSONDash}R Documentation

Collect youtube data

Description

This function is a wrapper for collecting youtube video comments using vosonSML::Collect.

Usage

collectYoutubeData(
  youtube_api_key,
  youtube_video_id_list,
  youtube_max_comments
)

Arguments

youtube_api_key

Character string. Youtube api key.

youtube_video_id_list

Character vector. Youtube video ids to collect comments from.

youtube_max_comments

Numeric. Maximum number of comments to collect.

Value

A vosonSML youtube dataframe.


[Package VOSONDash version 0.5.7 Index]