Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extracting specific values from get_video_details via Shiny R #87

Open
rorymclaughlin432 opened this issue May 27, 2020 · 0 comments
Open

Comments

@rorymclaughlin432
Copy link

I've been using tuber for my project but I can't extract specific data values from get_video_details. I want to output just the video title. All I have is:

output$videotitle <- renderText({
        get_video_details(input$commentkey)
      })

I'm not sure where to go from here with snippets and values. It's all very new and confusing. I don't know how YouTube Data API works and how it works with Shiny so I've just been looking on here.

Also, I'm not getting all comments for get_all_comments. Only a select amount. Is there anything I need to add to get all comments displayed?

Any help would be much appreciated! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant