matomo_version: Query Matomo for the version

Description Usage Details Value Examples

View source: R/matomo_version.R

Description

Returns the version of the Matomo server.

Usage

1

Details

This function expects the hostname and token to be set as environment variables.

Value

A list containing the server version.

Examples

1
2
3
4
Sys.setenv(MATOMO_HOST = "https://demo.matomo.org")
Sys.setenv(MATOMO_TOKEN = "anonymous")

matomo_version()

ebbertd/matomoR documentation built on Oct. 25, 2021, 2:09 p.m.