ryt_get_channel_activities {rytstat}R Documentation

Returns a list of channel activity events

Description

Returns a list of channel activity events

Usage

ryt_get_channel_activities(
  part = c("contentDetails", "id", "snippet"),
  fields = NULL
)

Arguments

part

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

fields

Fields of video metadata see Properties

Details

Parts and fields part:

parts and fields details

Value

tibble with channel activies

Examples

## Not run: 

channel_activities <- ryt_get_channel_activities()


## End(Not run)

[Package rytstat version 0.3.2 Index]