Description Usage Arguments Value See Also Examples
Swing Plan-It keeps past events on the website, but
doesn't make them accessible through the homepage nor the past-events
page. However they follow simple naming conventions: if you already have
a url https://www.swingplanit.com/event/hot-rhythm-holiday-6
, then
you can try and access the urls for hot-rhythm-holiday-5
,
hot-rhythm-holiday-4
, etc, and there are good chances that those
pages will still be up. This function recursively go through the likely
candidates and record them.
1 | recurse_past_editions(s, idx = NULL, pad = FALSE)
|
s |
A character vector. The |
idx |
An integer. The current index for which to create a "guessed"
|
pad |
Whether to pad |
A character vector of "guessed" events, or NA if nothing was found.
1 2 3 4 5 6 7 | ## Not run:
if(interactive()){
recurse_past_editions('hot-rhythm-holiday7')
recurse_past_editions('my-balboa-weekend-2020')
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.