View source: R/merge_schedule_files.R
merge_schedule_files | R Documentation |
Takes a list of paths to HTML files downloaded from Medinet, imports them
using load_tidy_schedule()
and merges them for analysis, removing duplicate
entries.
merge_schedule_files(list_of_file_paths)
list_of_file_paths |
A list of paths to HTML files downloaded from Medinet. |
A tibble like that returned by load_tidy_schedule()
.
load_tidy_schedule()
## Not run:
c('path/to/first/file.html', 'path/to/second/file.html') |>
merge_schedule_files()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.