ryt_get_channels {rytstat}R Documentation

Get channel info from 'YouTube API'

Description

Get channel info from 'YouTube API'

Usage

ryt_get_channels(
  part = c("contentDetails", "id", "snippet", "statistics", "status", "topicDetails"),
  fields = NULL
)

Arguments

part

The part parameter specifies a comma-separated list of one or more channel resource properties that the API response will include., see API documentation.

fields

Allows you to specify individual nested part fields

Details

Parts and fields part:

parts and fields details

Value

tibble with channel metadata

Examples

## Not run: 
channels <- ryt_get_channels()


## End(Not run)

[Package rytstat version 0.3.0 Index]