View source: R/unicode_utils.R
| process_youtube_text | R Documentation |
Applies consistent Unicode handling to common YouTube API response fields
process_youtube_text(
response,
text_fields = c("title", "description", "textDisplay", "textOriginal", "channelTitle",
"authorDisplayName", "categoryId")
)
response |
List or data.frame containing YouTube API response data |
text_fields |
Character vector of field names to process. Default: common YouTube text fields |
Processed response with proper Unicode handling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.