Description Usage Details Value Examples
View source: R/matomo_version.R
Returns the version of the Matomo server.
1 |
This function expects the hostname and token to be set as environment variables.
A list containing the server version.
1 2 3 4 | Sys.setenv(MATOMO_HOST = "https://demo.matomo.org")
Sys.setenv(MATOMO_TOKEN = "anonymous")
matomo_version()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.