Description Usage Arguments Details Note
Scrapes https://downloads.mysql.com/archives/community/ to build a data frame of
openresty version release numbers and dates with pesudo-semantic version
strings parsed and separate fields added. The data frame is also arranged in
order from lowest version to latest version and the vers
column is an
ordered factor.
1 | mysql_version_history(refresh = FALSE)
|
refresh |
if |
The selector for versioning is "Generic Linux (Architecture Independent)
" and
the first found date is used for the rls_date
. File an issue or PR if
alternate behaviour is required.
This is an expensive function as it does quite a bit of scraping. Please consider using the cache option for the results unless absolutely necessary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.