process_youtube_text: Apply Unicode Handling to YouTube API Response

View source: R/unicode_utils.R

process_youtube_textR Documentation

Apply Unicode Handling to YouTube API Response

Description

Applies consistent Unicode handling to common YouTube API response fields

Usage

process_youtube_text(
  response,
  text_fields = c("title", "description", "textDisplay", "textOriginal", "channelTitle",
    "authorDisplayName", "categoryId")
)

Arguments

response

List or data.frame containing YouTube API response data

text_fields

Character vector of field names to process. Default: common YouTube text fields

Value

Processed response with proper Unicode handling


tuber documentation built on March 25, 2026, 9:08 a.m.