Learn R Programming

tuber (version 1.1.0)

process_youtube_text: 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")
)

Value

Processed response with proper Unicode handling

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