View source: R/podlove_podcast_summary.R
Calculates, returns and optionally downloads per episode 'downloads_per_episode_5num': five-number summary of downloads per episode 'downloads_per_day_mean': average downloads per day 'downloads_per_day_5num': five-number summary of downloads per day
1 | podlove_podcast_summary(df_tidy_data, verbose = TRUE, return_params = FALSE)
|
1 2 3 4 5 | #create sample data
dls <- podlove_create_example(clean = TRUE)
#get summary
dls_summary <- podlove_podcast_summary(dls)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.