collectYoutubeData: Collect youtube data

View source: R/vosonSML.R

collectYoutubeDataR 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.


vosonlab/VOSONDash documentation built on Feb. 9, 2023, 8:37 a.m.