yt_to_tibble: Convert API response to tibble (if tibble is available)

View source: R/data_transformation.R

yt_to_tibbleR Documentation

Convert API response to tibble (if tibble is available)

Description

Convert API response to tibble (if tibble is available)

Usage

yt_to_tibble(api_response, ...)

Arguments

api_response

API response from YouTube Analytics

...

Additional arguments passed to yt_to_dataframe()

Value

tibble or data.frame if tibble not available

Examples

## Not run: 
report <- get_top_videos("last_7_days")
tbl <- yt_to_tibble(report)

## End(Not run)

tubern documentation built on April 12, 2026, 5:07 p.m.