View source: R/get_stics_versions_compat.R
get_stics_versions_compat | R Documentation |
Get the versions of STICS that are fully compatible with this package.
get_stics_versions_compat(version_index = NULL)
version_index |
Absolute positive index, or negative relative index from latest version |
A named list with the STICS versions compatible with this package ($versions_list), and the latest version in use ($latest_version) or an existing version selected using version_index.
# Getting the complete versions list
get_stics_versions_compat()
# Getting the first version
get_stics_versions_compat(1)
# Getting the previous version of the latest one
get_stics_versions_compat(-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.