library( "shiny" )
library( "golem" )
library( "shinyMobile" )
library( "apexcharter" )
library( "shinyWidgets" )
library( "reticulate" )
library( "tuneR" )
library( "ggplot2" )
library( "htmltools" )
library( "shinyjs" )
library( "dplyr" )
library( "glue" )
use_python('/usr/bin/python3')
source_python('R/pytube_local.py')
source('R/fct_helpers.R')
source('R/mod_youtube_scraper.R')
source('R/app_ui.R')
source('R/app_server.R')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.