print.matomo_version: Print result of matomo_version()

Description Usage Arguments Value See Also Examples

View source: R/matomo_version.R

Description

Print a structured return of the matomo_version() function.

Usage

1
2
## S3 method for class 'matomo_version'
print(x, ...)

Arguments

x

The return of the function this print function relates to.

...

Possible further options to the print function.

Value

A structured print of the return by the matomo_version() function.

See Also

matomo_version

Examples

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

resp <- matomo_version()

resp

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