print.matomo_media_video_resources: Print result of matomo_media_video_resources()

Description Usage Arguments Value See Also Examples

View source: R/matomo_media_video_resources.R

Description

Print a structured return of the matomo_media_video_resources() function.

Usage

1
2
## S3 method for class 'matomo_media_video_resources'
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_media_video_resources() function.

See Also

matomo_media_video_resources

Examples

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

resp <- matomo_media_video_resources(idSite = 62)

resp

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